#02372C

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

Shades of Dark Green #02372C

Tints of Dark Green #02372C

Color information

#02372C (or 0x02372C) is unknown color: approx Dark Green. HEX triplet: 02, 37 and 2C. RGB value is (2,55,44). Sum of RGB (Red+Green+Blue) = 2+55+44=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #02372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02372C is #FDC8D3. Grayscale: #252525. Windows color (decimal): -16632020 or 2897666. OLE color: 2897666.

HSL color Cylindrical-coordinate representation of color #02372C: hue angle of 167.55º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02372C is Cyan = 0.96, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB25544-
CMYK0.9600.20.78
HSL167.55º92.98%11.18%-
HSV(B)167.55º96.36%21.57%-
XYZ1.852.932.85-
YUV37.9131.44102.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 55 (21.88% from 255) = 54.46%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=1.98%
G=54.46%
B=43.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal255440.9600.20.78167.5592.9811.18
Hex2372C600144Ea85db
Octal2675414002411625013513
Binary10110111101100110000001010010011101010100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02372C; }

 p { color: rgb(2,55,44); }

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

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

 a { background-color: rgb(2,55,44); }

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

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

 span { border-color: rgb(2,55,44); }

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