#02372F

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

Shades of Dark Green #02372F

Tints of Dark Green #02372F

Color information

#02372F (or 0x02372F) is unknown color: approx Dark Green. HEX triplet: 02, 37 and 2F. RGB value is (2,55,47). Sum of RGB (Red+Green+Blue) = 2+55+47=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #02372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02372F is #FDC8D0. Grayscale: #262626. Windows color (decimal): -16632017 or 3094274. OLE color: 3094274.

HSL color Cylindrical-coordinate representation of color #02372F: hue angle of 170.94º 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 #02372F is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB25547-
CMYK0.9600.150.78
HSL170.94º92.98%11.18%-
HSV(B)170.94º96.36%21.57%-
XYZ1.92.953.16-
YUV38.24132.94102.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 55 (21.88% from 255) = 52.88%
BLUE value IS 47 (18.75% from 255) = 45.19%
R=1.92%
G=52.88%
B=45.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal255470.9600.150.78170.9492.9811.18
Hex2372F600F4Eab5db
Octal2675714001711625313513
Binary1011011110111111000000111110011101010101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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