Html Css Color HEX #033212 Dark Green

📋 copy color: '#033212'

red 3 ◦ green 50 ◦ blue 18

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

Shades of Dark Green #033212

Tints of Dark Green #033212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 70.42%

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

R = 4.23%
G = 70.42%
B = 25.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#033212 (or 0x033212) is known color: Dark Green. HEX triplet: 03, 32 and 12. RGB value is (3,50,18). Sum of RGB (Red+Green+Blue) = 3+50+18=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #033212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033212 is #FCCDED. Grayscale: #202020. Windows color (decimal): -16567790 or 1192451. OLE color: 1192451.

HSL color Cylindrical-coordinate representation of color #033212: hue angle of 139.15º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033212 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 50 18 -
CMYK 0.94 0 0.64 0.80
HSL 139.15º 0.89% 0.1% -
HSV(B) 139.15º 0.94% 0.2% -
XYZ 1.29 2.34 0.96 -
YUV 32.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 3 50 18 0.94 0 0.64 0.80 139.15 0.89 0.1
Hex 3 32 12 5E 0 40 50 8B 59 A
Octal 3 62 22 136 0 100 120 213 131 12
Binary 11 110010 10010 1011110 0 1000000 1010000 10001011 1011001 1010

Color Harmonies of #033212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033212

Black with #033212

Text Example


Text Example

White with #033212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033212; }

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

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

background-color css

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

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

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

border-color css

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

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

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