#02392F

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

Shades of Dark Green #02392F

Tints of Dark Green #02392F

Color information

#02392F (or 0x02392F) is unknown color: approx Dark Green. HEX triplet: 02, 39 and 2F. RGB value is (2,57,47). Sum of RGB (Red+Green+Blue) = 2+57+47=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #02392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02392F is #FDC6D0. Grayscale: #272727. Windows color (decimal): -16631505 or 3094786. OLE color: 3094786.

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

Color convert

RGB25747-
CMYK0.9600.180.78
HSL169.09º93.22%11.57%-
HSV(B)169.09º96.49%22.35%-
XYZ23.143.19-
YUV39.41132.28101.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 57 (22.66% from 255) = 53.77%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=1.89%
G=53.77%
B=44.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal257470.9600.180.78169.0993.2211.57
Hex2392F600124Ea95dc
Octal2715714002211625113514
Binary10111001101111110000001001010011101010100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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