#03220E

Color #03220E Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #03220E

Tints of Dark Green #03220E

Color information

#03220E (or 0x03220E) is unknown color: approx Dark Green. HEX triplet: 03, 22 and 0E. RGB value is (3,34,14). Sum of RGB (Red+Green+Blue) = 3+34+14=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 34 (13.67% from 255 or 66.67% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 34 - color contains mainly: green. Hex color #03220E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03220E is #FCDDF1. Grayscale: #161616. Windows color (decimal): -16571890 or 926211. OLE color: 926211.

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

Color convert

RGB33414-
CMYK0.9100.590.87
HSL141.29º83.78%7.25%-
HSV(B)141.29º91.18%13.33%-
XYZ0.691.20.61-
YUV22.45123.23114.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 34 (13.67% from 255) = 66.67%
BLUE value IS 14 (5.86% from 255) = 27.45%
R=5.88%
G=66.67%
B=27.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal334140.9100.590.87141.2983.787.25
Hex322E5B03B578d547
Octal342161330731272151247
Binary111000101110101101101110111010111100011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03220E;
 }
 .AnyTagClassName
 {
   color: #03220E;
 }
</style>
background-color css

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

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

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

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

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

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