#032213

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

Shades of Dark Green #032213

Tints of Dark Green #032213

Color information

#032213 (or 0x032213) is unknown color: approx Dark Green. HEX triplet: 03, 22 and 13. RGB value is (3,34,19). Sum of RGB (Red+Green+Blue) = 3+34+19=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 34 (13.67% from 255 or 60.71% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 34 - color contains mainly: green. Hex color #032213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032213 is #FCDDEC. Grayscale: #171717. Windows color (decimal): -16571885 or 1253891. OLE color: 1253891.

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

Color convert

RGB33419-
CMYK0.9100.440.87
HSL150.97º83.78%7.25%-
HSV(B)150.97º91.18%13.33%-
XYZ0.731.210.81-
YUV23.02125.73113.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 34 (13.67% from 255) = 60.71%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=5.36%
G=60.71%
B=33.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal334190.9100.440.87150.9783.787.25
Hex322135B02C5797547
Octal342231330541272271247
Binary1110001010011101101101011001010111100101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032213; }

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

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

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

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

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

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

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

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