Html Css Color HEX #005E0B Green

📋 copy color: '#005E0B'

red 0 ◦ green 94 ◦ blue 11

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

Shades of Green #005E0B

Tints of Green #005E0B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 94 (37.11% from 255) = 89.52%

 BLUE value IS 11 (4.69% from 255) = 10.48%

R = 0%
G = 89.52%
B = 10.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.63

RGB Variations

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

Color information

#005E0B (or 0x005E0B) is known color: Green. HEX triplet: 00, 5E and 0B. RGB value is (0,94,11). Sum of RGB (Red+Green+Blue) = 0+94+11=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 94 (37.11% from 255 or 89.52% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 94 - color contains mainly: green. Hex color #005E0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005E0B is #FFA1F4. Grayscale: #383838. Windows color (decimal): -16753141 or 744960. OLE color: 744960.

HSL color Cylindrical-coordinate representation of color #005E0B: hue angle of 127.02º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E0B is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 94 11 -
CMYK 1 0 0.88 0.63
HSL 127.02º 1% 0.18% -
HSV(B) 127.02º 1% 0.37% -
XYZ 4.06 8.03 1.65 -
YUV 56.43 102.36 87.75 -
System Red Green Blue C M Y K H S L
Decimal 0 94 11 1 0 0.88 0.63 127.02 1 0.18
Hex 0 5E B 64 0 58 3F 7F 64 12
Octal 0 136 13 144 0 130 77 177 144 22
Binary 0 1011110 1011 1100100 0 1011000 111111 1111111 1100100 10010

Color Harmonies of #005E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E0B

Black with #005E0B

Text Example


Text Example

White with #005E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005E0B; }

 p { color: rgb(0,94,11); }

 H1.HeaderClassName
 {
   color: #005E0B;
 }
 .AnyTagClassName
 {
   color: #005E0B;
 }
</style>

background-color css

<style>
 a { background-color: #005E0B; }

 a { background-color: rgb(0,94,11); }

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

border-color css

<style>
 span { border-color: #005E0B; }

 span { border-color: rgb(0,94,11); }

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