#02362A

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

Shades of Dark Green #02362A

Tints of Dark Green #02362A

Color information

#02362A (or 0x02362A) is unknown color: approx Dark Green. HEX triplet: 02, 36 and 2A. RGB value is (2,54,42). Sum of RGB (Red+Green+Blue) = 2+54+42=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 54 (21.48% from 255 or 55.10% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 54 - color contains mainly: green. Hex color #02362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02362A is #FDC9D5. Grayscale: #252525. Windows color (decimal): -16632278 or 2766338. OLE color: 2766338.

HSL color Cylindrical-coordinate representation of color #02362A: hue angle of 166.15º 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 #02362A is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB25442-
CMYK0.9600.220.79
HSL166.15º92.86%10.98%-
HSV(B)166.15º96.3%21.18%-
XYZ1.762.822.64-
YUV37.08130.77102.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 54 (21.48% from 255) = 55.10%
BLUE value IS 42 (16.80% from 255) = 42.86%
R=2.04%
G=55.10%
B=42.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal254420.9600.220.79166.1592.8610.98
Hex2362A600164Fa65db
Octal2665214002611724613513
Binary10110110101010110000001011010011111010011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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