Html Css Color HEX #032213 Dark Green

📋 copy color: '#032213'

red 3 ◦ green 34 ◦ blue 19

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

Shades of Dark Green #032213

Tints of Dark Green #032213

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 value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#032213 (or 0x032213) is known color: 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

RGB 3 34 19 -
CMYK 0.91 0 0.44 0.87
HSL 150.97º 0.84% 0.07% -
HSV(B) 150.97º 0.91% 0.13% -
XYZ 0.73 1.21 0.81 -
YUV 23.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 3 34 19 0.91 0 0.44 0.87 150.97 0.84 0.07
Hex 3 22 13 5B 0 2C 57 97 54 7
Octal 3 42 23 133 0 54 127 227 124 7
Binary 11 100010 10011 1011011 0 101100 1010111 10010111 1010100 111

Color Harmonies of #032213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032213

Black with #032213

Text Example


Text Example

White with #032213

Text Example


Text Example

HTML Codes & Css Web 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>