#03BC3E

Color #03BC3E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #03BC3E

Tints of Dark Pastel Green #03BC3E

Color information

#03BC3E (or 0x03BC3E) is unknown color: approx Dark Pastel Green. HEX triplet: 03, BC and 3E. RGB value is (3,188,62). Sum of RGB (Red+Green+Blue) = 3+188+62=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 188 (73.83% from 255 or 74.31% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BC3E is #FC43C1. Grayscale: #767676. Windows color (decimal): -16532418 or 4111363. OLE color: 4111363.

HSL color Cylindrical-coordinate representation of color #03BC3E: hue angle of 139.14º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC3E is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB318862-
CMYK0.9800.670.26
HSL139.14º96.86%37.45%-
HSV(B)139.14º98.4%73.73%-
XYZ18.8936.3310.57-
YUV118.3296.2145.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 188 (73.83% from 255) = 74.31%
BLUE value IS 62 (24.61% from 255) = 24.51%
R=1.19%
G=74.31%
B=24.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3188620.9800.670.26139.1496.8637.45
Hex3BC3E620431A8b6125
Octal32747614201033221314145
Binary111011110011111011000100100001111010100010111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03BC3E; }

 p { color: rgb(3,188,62); }

 H1.HeaderClassName
 {
   color: #03BC3E;
 }
 .AnyTagClassName
 {
   color: #03BC3E;
 }
</style>
background-color css

<style>
 a { background-color: #03BC3E; }

 a { background-color: rgb(3,188,62); }

 div.DivClassName
 {
   background-color: #03BC3E;
 }
 .BgClassName
 {
   background-color: #03BC3E;
 }
</style>
border-color css

<style>
 span { border-color: #03BC3E; }

 span { border-color: rgb(3,188,62); }

 td.TdClassName
 {
   border-color: #03BC3E;
 }
 .TagClassName
 {
   border-color: #03BC3E;
 }
</style>