Html Css Color HEX #02180F Dark Green

📋 copy color: '#02180F'

red 2 ◦ green 24 ◦ blue 15

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

Shades of Dark Green #02180F

Tints of Dark Green #02180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 36.59%

R = 4.88%
G = 58.54%
B = 36.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.91

RGB Variations

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

Color information

#02180F (or 0x02180F) is known color: Dark Green. HEX triplet: 02, 18 and 0F. RGB value is (2,24,15). Sum of RGB (Red+Green+Blue) = 2+24+15=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 24 (9.77% from 255 or 58.54% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 24 - color contains mainly: green. Hex color #02180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02180F is #FDE7F0. Grayscale: #101010. Windows color (decimal): -16639985 or 989186. OLE color: 989186.

HSL color Cylindrical-coordinate representation of color #02180F: hue angle of 155.45º 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 #02180F is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 24 15 -
CMYK 0.92 0 0.37 0.91
HSL 155.45º 0.85% 0.05% -
HSV(B) 155.45º 0.92% 0.09% -
XYZ 0.44 0.7 0.56 -
YUV 16.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 2 24 15 0.92 0 0.37 0.91 155.45 0.85 0.05
Hex 2 18 F 5C 0 25 5B 9B 55 5
Octal 2 30 17 134 0 45 133 233 125 5
Binary 10 11000 1111 1011100 0 100101 1011011 10011011 1010101 101

Color Harmonies of #02180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02180F

Black with #02180F

Text Example


Text Example

White with #02180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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