Html Css Color HEX #022612 Dark Green

📋 copy color: '#022612'

red 2 ◦ green 38 ◦ blue 18

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

Shades of Dark Green #022612

Tints of Dark Green #022612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 65.52%

 BLUE value IS 18 (7.42% from 255) = 31.03%

R = 3.45%
G = 65.52%
B = 31.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#022612 (or 0x022612) is known color: Dark Green. HEX triplet: 02, 26 and 12. RGB value is (2,38,18). Sum of RGB (Red+Green+Blue) = 2+38+18=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 38 (15.23% from 255 or 65.52% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 38 - color contains mainly: green. Hex color #022612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022612 is #FDD9ED. Grayscale: #191919. Windows color (decimal): -16636398 or 1189378. OLE color: 1189378.

HSL color Cylindrical-coordinate representation of color #022612: hue angle of 146.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022612 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 38 18 -
CMYK 0.95 0 0.53 0.85
HSL 146.67º 0.9% 0.08% -
HSV(B) 146.67º 0.95% 0.15% -
XYZ 0.83 1.44 0.81 -
YUV 24.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 2 38 18 0.95 0 0.53 0.85 146.67 0.9 0.08
Hex 2 26 12 5F 0 35 55 93 5A 8
Octal 2 46 22 137 0 65 125 223 132 10
Binary 10 100110 10010 1011111 0 110101 1010101 10010011 1011010 1000

Color Harmonies of #022612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022612

Black with #022612

Text Example


Text Example

White with #022612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022612; }

 p { color: rgb(2,38,18); }

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

background-color css

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

 a { background-color: rgb(2,38,18); }

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

border-color css

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

 span { border-color: rgb(2,38,18); }

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