Html Css Color HEX #032212 Dark Green

📋 copy color: '#032212'

red 3 ◦ green 34 ◦ blue 18

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

Shades of Dark Green #032212

Tints of Dark Green #032212

RGB

 RED value IS 3 (1.56% from 255) = 5.45%

 GREEN value IS 34 (13.67% from 255) = 61.82%

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

R = 5.45%
G = 61.82%
B = 32.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#032212 (or 0x032212) is known color: Dark Green. HEX triplet: 03, 22 and 12. RGB value is (3,34,18). Sum of RGB (Red+Green+Blue) = 3+34+18=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #032212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032212 is #FCDDED. Grayscale: #161616. Windows color (decimal): -16571886 or 1188355. OLE color: 1188355.

HSL color Cylindrical-coordinate representation of color #032212: hue angle of 149.03º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032212 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB 3 34 18 -
CMYK 0.91 0 0.47 0.87
HSL 149.03º 0.84% 0.07% -
HSV(B) 149.03º 0.91% 0.13% -
XYZ 0.72 1.21 0.77 -
YUV 22.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 3 34 18 0.91 0 0.47 0.87 149.03 0.84 0.07
Hex 3 22 12 5B 0 2F 57 95 54 7
Octal 3 42 22 133 0 57 127 225 124 7
Binary 11 100010 10010 1011011 0 101111 1010111 10010101 1010100 111

Color Harmonies of #032212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032212

Black with #032212

Text Example


Text Example

White with #032212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032212; }

 p { color: rgb(3,34,18); }

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

background-color css

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

 a { background-color: rgb(3,34,18); }

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

border-color css

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

 span { border-color: rgb(3,34,18); }

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