#032018

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

Shades of Dark Green #032018

Tints of Dark Green #032018

Color information

#032018 (or 0x032018) is unknown color: approx Dark Green. HEX triplet: 03, 20 and 18. RGB value is (3,32,24). Sum of RGB (Red+Green+Blue) = 3+32+24=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #032018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032018 is #FCDFE7. Grayscale: #161616. Windows color (decimal): -16572392 or 1581059. OLE color: 1581059.

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

Color convert

RGB33224-
CMYK0.9100.250.87
HSL163.45º82.86%6.86%-
HSV(B)163.45º90.62%12.55%-
XYZ0.721.121.04-
YUV22.42128.89114.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.08%
GREEN value IS 32 (12.89% from 255) = 54.24%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=5.08%
G=54.24%
B=40.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal332240.9100.250.87163.4582.866.86
Hex320185B01957a3537
Octal340301330311272431237
Binary111000001100010110110110011010111101000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032018; }

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

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

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

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

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

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

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

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