#02300C

Color #02300C Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #02300C

Tints of Deep Fir #02300C

Color information

#02300C (or 0x02300C) is unknown color: approx Deep Fir. HEX triplet: 02, 30 and 0C. RGB value is (2,48,12). Sum of RGB (Red+Green+Blue) = 2+48+12=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 48 (19.14% from 255 or 77.42% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 48 - color contains mainly: green. Hex color #02300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02300C is #FDCFF3. Grayscale: #1E1E1E. Windows color (decimal): -16633844 or 798722. OLE color: 798722.

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

Color convert

RGB24812-
CMYK0.9600.750.81
HSL133.04º92%9.8%-
HSV(B)133.04º95.83%18.82%-
XYZ1.152.150.7-
YUV30.14117.76107.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 48 (19.14% from 255) = 77.42%
BLUE value IS 12 (5.08% from 255) = 19.35%
R=3.23%
G=77.42%
B=19.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248120.9600.750.81133.04929.8
Hex230C6004B51855ca
Octal26014140011312120513412
Binary10110000110011000000100101110100011000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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