#02362B

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

Shades of Dark Green #02362B

Tints of Dark Green #02362B

Color information

#02362B (or 0x02362B) is unknown color: approx Dark Green. HEX triplet: 02, 36 and 2B. RGB value is (2,54,43). Sum of RGB (Red+Green+Blue) = 2+54+43=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #02362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02362B is #FDC9D4. Grayscale: #252525. Windows color (decimal): -16632277 or 2831874. OLE color: 2831874.

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

Color convert

RGB25443-
CMYK0.9600.200.79
HSL167.31º92.86%10.98%-
HSV(B)167.31º96.3%21.18%-
XYZ1.782.832.74-
YUV37.2131.27102.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 54 (21.48% from 255) = 54.55%
BLUE value IS 43 (17.19% from 255) = 43.43%
R=2.02%
G=54.55%
B=43.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal254430.9600.200.79167.3192.8610.98
Hex2362B600144Fa75db
Octal2665314002411724713513
Binary10110110101011110000001010010011111010011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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