#02302E

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

Shades of Dark Green #02302E

Tints of Dark Green #02302E

Color information

#02302E (or 0x02302E) is unknown color: approx Dark Green. HEX triplet: 02, 30 and 2E. RGB value is (2,48,46). Sum of RGB (Red+Green+Blue) = 2+48+46=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #02302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02302E is #FDCFD1. Grayscale: #212121. Windows color (decimal): -16633810 or 3026946. OLE color: 3026946.

HSL color Cylindrical-coordinate representation of color #02302E: hue angle of 177.39º 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 #02302E is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB24846-
CMYK0.9600.040.81
HSL177.39º92%9.8%-
HSV(B)177.39º95.83%18.82%-
XYZ1.582.322.95-
YUV34.02134.76105.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 46 (18.36% from 255) = 47.92%
R=2.08%
G=50%
B=47.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248460.9600.040.81177.39929.8
Hex2302E600451b15ca
Octal260561400412126113412
Binary101100001011101100000010010100011011000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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