Html Css Color HEX #032215 Dark Green

📋 copy color: '#032215'

red 3 ◦ green 34 ◦ blue 21

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

Shades of Dark Green #032215

Tints of Dark Green #032215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 36.21%

R = 5.17%
G = 58.62%
B = 36.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.87

RGB Variations

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

Color information

#032215 (or 0x032215) is known color: Dark Green. HEX triplet: 03, 22 and 15. RGB value is (3,34,21). Sum of RGB (Red+Green+Blue) = 3+34+21=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #032215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032215 is #FCDDEA. Grayscale: #171717. Windows color (decimal): -16571883 or 1384963. OLE color: 1384963.

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

Color convert

RGB 3 34 21 -
CMYK 0.91 0 0.38 0.87
HSL 154.84º 0.84% 0.07% -
HSV(B) 154.84º 0.91% 0.13% -
XYZ 0.74 1.22 0.91 -
YUV 23.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 3 34 21 0.91 0 0.38 0.87 154.84 0.84 0.07
Hex 3 22 15 5B 0 26 57 9B 54 7
Octal 3 42 25 133 0 46 127 233 124 7
Binary 11 100010 10101 1011011 0 100110 1010111 10011011 1010100 111

Color Harmonies of #032215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032215

Black with #032215

Text Example


Text Example

White with #032215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032215; }

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

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

background-color css

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

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

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

border-color css

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

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

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