Html Css Color HEX #03B11E Dark Pastel Green

📋 copy color: '#03B11E'

red 3 ◦ green 177 ◦ blue 30

#03B11E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #03B11E

Tints of Dark Pastel Green #03B11E

RGB

 RED value IS 3 (1.56% from 255) = 1.43%

 GREEN value IS 177 (69.53% from 255) = 84.29%

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 1.43%
G = 84.29%
B = 14.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#03B11E (or 0x03B11E) is known color: Dark Pastel Green. HEX triplet: 03, B1 and 1E. RGB value is (3,177,30). Sum of RGB (Red+Green+Blue) = 3+177+30=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 177 (69.53% from 255 or 84.29% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 177 - color contains mainly: green. Hex color #03B11E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03B11E is #FC4EE1. Grayscale: #6C6C6C. Windows color (decimal): -16535266 or 2011395. OLE color: 2011395.

HSL color Cylindrical-coordinate representation of color #03B11E: hue angle of 129.31º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B11E is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 177 30 -
CMYK 0.98 0 0.83 0.31
HSL 129.31º 0.97% 0.35% -
HSV(B) 129.31º 0.98% 0.69% -
XYZ 15.99 31.56 6.48 -
YUV 108.22 83.85 52.95 -
System Red Green Blue C M Y K H S L
Decimal 3 177 30 0.98 0 0.83 0.31 129.31 0.97 0.35
Hex 3 B1 1E 62 0 53 1F 81 61 23
Octal 3 261 36 142 0 123 37 201 141 43
Binary 11 10110001 11110 1100010 0 1010011 11111 10000001 1100001 100011

Color Harmonies of #03B11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B11E

Black with #03B11E

Text Example


Text Example

White with #03B11E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,177,30); }

 H1.HeaderClassName
 {
   color: #03B11E;
 }
 .AnyTagClassName
 {
   color: #03B11E;
 }
</style>

background-color css

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

 a { background-color: rgb(3,177,30); }

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

border-color css

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

 span { border-color: rgb(3,177,30); }

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