#02392D

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

Shades of Dark Green #02392D

Tints of Dark Green #02392D

Color information

#02392D (or 0x02392D) is unknown color: approx Dark Green. HEX triplet: 02, 39 and 2D. RGB value is (2,57,45). Sum of RGB (Red+Green+Blue) = 2+57+45=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #02392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02392D is #FDC6D2. Grayscale: #272727. Windows color (decimal): -16631507 or 2963714. OLE color: 2963714.

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

Color convert

RGB25745-
CMYK0.9600.210.78
HSL166.91º93.22%11.57%-
HSV(B)166.91º96.49%22.35%-
XYZ1.963.132.98-
YUV39.19131.28101.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 57 (22.66% from 255) = 54.81%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=1.92%
G=54.81%
B=43.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal257450.9600.210.78166.9193.2211.57
Hex2392D600154Ea75dc
Octal2715514002511624713514
Binary10111001101101110000001010110011101010011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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