Html Css Color HEX #02180A Dark Green

📋 copy color: '#02180A'

red 2 ◦ green 24 ◦ blue 10

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

Shades of Dark Green #02180A

Tints of Dark Green #02180A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 27.78%

R = 5.56%
G = 66.67%
B = 27.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#02180A (or 0x02180A) is known color: Dark Green. HEX triplet: 02, 18 and 0A. RGB value is (2,24,10). Sum of RGB (Red+Green+Blue) = 2+24+10=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 24 (9.77% from 255 or 66.67% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 24 - color contains mainly: green. Hex color #02180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02180A is #FDE7F5. Grayscale: #0F0F0F. Windows color (decimal): -16639990 or 661506. OLE color: 661506.

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

Color convert

RGB 2 24 10 -
CMYK 0.92 0 0.58 0.91
HSL 141.82º 0.85% 0.05% -
HSV(B) 141.82º 0.92% 0.09% -
XYZ 0.41 0.69 0.4 -
YUV 15.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 2 24 10 0.92 0 0.58 0.91 141.82 0.85 0.05
Hex 2 18 A 5C 0 3A 5B 8E 55 5
Octal 2 30 12 134 0 72 133 216 125 5
Binary 10 11000 1010 1011100 0 111010 1011011 10001110 1010101 101

Color Harmonies of #02180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02180A

Black with #02180A

Text Example


Text Example

White with #02180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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