#032118

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

Shades of Dark Green #032118

Tints of Dark Green #032118

Color information

#032118 (or 0x032118) is unknown color: approx Dark Green. HEX triplet: 03, 21 and 18. RGB value is (3,33,24). Sum of RGB (Red+Green+Blue) = 3+33+24=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #032118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032118 is #FCDEE7. Grayscale: #171717. Windows color (decimal): -16572136 or 1581315. OLE color: 1581315.

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

Color convert

RGB33324-
CMYK0.9100.270.87
HSL162º83.33%7.06%-
HSV(B)162º90.91%12.94%-
XYZ0.751.171.05-
YUV23128.56113.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5%
GREEN value IS 33 (13.28% from 255) = 55%
BLUE value IS 24 (9.77% from 255) = 40%
R=5%
G=55%
B=40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333240.9100.270.8716283.337.06
Hex321185B01B57a2537
Octal341301330331272421237
Binary111000011100010110110110111010111101000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032118; }

 p { color: rgb(3,33,24); }

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

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

 a { background-color: rgb(3,33,24); }

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

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

 span { border-color: rgb(3,33,24); }

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