#02362D

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

Shades of Dark Green #02362D

Tints of Dark Green #02362D

Color information

#02362D (or 0x02362D) is unknown color: approx Dark Green. HEX triplet: 02, 36 and 2D. RGB value is (2,54,45). Sum of RGB (Red+Green+Blue) = 2+54+45=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 54 (21.48% from 255 or 53.47% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 54 - color contains mainly: green. Hex color #02362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02362D is #FDC9D2. Grayscale: #252525. Windows color (decimal): -16632275 or 2962946. OLE color: 2962946.

HSL color Cylindrical-coordinate representation of color #02362D: hue angle of 169.62º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02362D is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB25445-
CMYK0.9600.170.79
HSL169.62º92.86%10.98%-
HSV(B)169.62º96.3%21.18%-
XYZ1.822.842.94-
YUV37.43132.27102.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 54 (21.48% from 255) = 53.47%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=1.98%
G=53.47%
B=44.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal254450.9600.170.79169.6292.8610.98
Hex2362D600114Faa5db
Octal2665514002111725213513
Binary10110110101101110000001000110011111010101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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