#02301E

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

Shades of Dark Green #02301E

Tints of Dark Green #02301E

Color information

#02301E (or 0x02301E) is unknown color: approx Dark Green. HEX triplet: 02, 30 and 1E. RGB value is (2,48,30). Sum of RGB (Red+Green+Blue) = 2+48+30=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #02301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02301E is #FDCFE1. Grayscale: #202020. Windows color (decimal): -16633826 or 1978370. OLE color: 1978370.

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

Color convert

RGB24830-
CMYK0.9600.370.81
HSL156.52º92%9.8%-
HSV(B)156.52º95.83%18.82%-
XYZ1.322.221.59-
YUV32.19126.76106.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 48 (19.14% from 255) = 60%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=2.5%
G=60%
B=37.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248300.9600.370.81156.52929.8
Hex2301E60025519d5ca
Octal2603614004512123513412
Binary10110000111101100000010010110100011001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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