#02301C

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

Shades of Dark Green #02301C

Tints of Dark Green #02301C

Color information

#02301C (or 0x02301C) is unknown color: approx Dark Green. HEX triplet: 02, 30 and 1C. RGB value is (2,48,28). Sum of RGB (Red+Green+Blue) = 2+48+28=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #02301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02301C is #FDCFE3. Grayscale: #202020. Windows color (decimal): -16633828 or 1847298. OLE color: 1847298.

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

Color convert

RGB24828-
CMYK0.9600.420.81
HSL153.91º92%9.8%-
HSV(B)153.91º95.83%18.82%-
XYZ1.292.211.46-
YUV31.97125.76106.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 48 (19.14% from 255) = 61.54%
BLUE value IS 28 (11.33% from 255) = 35.90%
R=2.56%
G=61.54%
B=35.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248280.9600.420.81153.91929.8
Hex2301C6002A519a5ca
Octal2603414005212123213412
Binary10110000111001100000010101010100011001101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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