#02392B

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

Shades of Dark Green #02392B

Tints of Dark Green #02392B

Color information

#02392B (or 0x02392B) is unknown color: approx Dark Green. HEX triplet: 02, 39 and 2B. RGB value is (2,57,43). Sum of RGB (Red+Green+Blue) = 2+57+43=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #02392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02392B is #FDC6D4. Grayscale: #262626. Windows color (decimal): -16631509 or 2832642. OLE color: 2832642.

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

Color convert

RGB25743-
CMYK0.9600.250.78
HSL164.73º93.22%11.57%-
HSV(B)164.73º96.49%22.35%-
XYZ1.923.112.79-
YUV38.96130.28101.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 57 (22.66% from 255) = 55.88%
BLUE value IS 43 (17.19% from 255) = 42.16%
R=1.96%
G=55.88%
B=42.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal257430.9600.250.78164.7393.2211.57
Hex2392B600194Ea55dc
Octal2715314003111624513514
Binary10111001101011110000001100110011101010010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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