Html Css Color HEX #02180B Dark Green

📋 copy color: '#02180B'

red 2 ◦ green 24 ◦ blue 11

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

Shades of Dark Green #02180B

Tints of Dark Green #02180B

RGB

 RED value IS 2 (1.17% from 255) = 5.41%

 GREEN value IS 24 (9.77% from 255) = 64.86%

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

R = 5.41%
G = 64.86%
B = 29.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#02180B (or 0x02180B) is known color: Dark Green. HEX triplet: 02, 18 and 0B. RGB value is (2,24,11). Sum of RGB (Red+Green+Blue) = 2+24+11=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 24 (9.77% from 255 or 64.86% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 24 - color contains mainly: green. Hex color #02180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02180B is #FDE7F4. Grayscale: #0F0F0F. Windows color (decimal): -16639989 or 727042. OLE color: 727042.

HSL color Cylindrical-coordinate representation of color #02180B: hue angle of 144.55º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #02180B is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 24 11 -
CMYK 0.92 0 0.54 0.91
HSL 144.55º 0.85% 0.05% -
HSV(B) 144.55º 0.92% 0.09% -
XYZ 0.41 0.69 0.43 -
YUV 15.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 2 24 11 0.92 0 0.54 0.91 144.55 0.85 0.05
Hex 2 18 B 5C 0 36 5B 91 55 5
Octal 2 30 13 134 0 66 133 221 125 5
Binary 10 11000 1011 1011100 0 110110 1011011 10010001 1010101 101

Color Harmonies of #02180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02180B

Black with #02180B

Text Example


Text Example

White with #02180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02180B; }

 p { color: rgb(2,24,11); }

 H1.HeaderClassName
 {
   color: #02180B;
 }
 .AnyTagClassName
 {
   color: #02180B;
 }
</style>

background-color css

<style>
 a { background-color: #02180B; }

 a { background-color: rgb(2,24,11); }

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

border-color css

<style>
 span { border-color: #02180B; }

 span { border-color: rgb(2,24,11); }

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