#02302A

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

Shades of Dark Green #02302A

Tints of Dark Green #02302A

Color information

#02302A (or 0x02302A) is unknown color: approx Dark Green. HEX triplet: 02, 30 and 2A. RGB value is (2,48,42). Sum of RGB (Red+Green+Blue) = 2+48+42=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #02302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02302A is #FDCFD5. Grayscale: #212121. Windows color (decimal): -16633814 or 2764802. OLE color: 2764802.

HSL color Cylindrical-coordinate representation of color #02302A: hue angle of 172.17º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02302A is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB24842-
CMYK0.9600.130.81
HSL172.17º92%9.8%-
HSV(B)172.17º95.83%18.82%-
XYZ1.52.292.55-
YUV33.56132.76105.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 42 (16.80% from 255) = 45.65%
R=2.17%
G=52.17%
B=45.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248420.9600.130.81172.17929.8
Hex2302A600D51ac5ca
Octal2605214001512125413412
Binary1011000010101011000000110110100011010110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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