Html Css Color HEX #02180E Dark Green

📋 copy color: '#02180E'

red 2 ◦ green 24 ◦ blue 14

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

Shades of Dark Green #02180E

Tints of Dark Green #02180E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 35%

R = 5%
G = 60%
B = 35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.91

RGB Variations

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

Color information

#02180E (or 0x02180E) is known color: Dark Green. HEX triplet: 02, 18 and 0E. RGB value is (2,24,14). Sum of RGB (Red+Green+Blue) = 2+24+14=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 24 (9.77% from 255 or 60% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 24 - color contains mainly: green. Hex color #02180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02180E is #FDE7F1. Grayscale: #101010. Windows color (decimal): -16639986 or 923650. OLE color: 923650.

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

Color convert

RGB 2 24 14 -
CMYK 0.92 0 0.42 0.91
HSL 152.73º 0.85% 0.05% -
HSV(B) 152.73º 0.92% 0.09% -
XYZ 0.43 0.7 0.53 -
YUV 16.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 2 24 14 0.92 0 0.42 0.91 152.73 0.85 0.05
Hex 2 18 E 5C 0 2A 5B 99 55 5
Octal 2 30 16 134 0 52 133 231 125 5
Binary 10 11000 1110 1011100 0 101010 1011011 10011001 1010101 101

Color Harmonies of #02180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02180E

Black with #02180E

Text Example


Text Example

White with #02180E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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