#02300B

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

Shades of Deep Fir #02300B

Tints of Deep Fir #02300B

Color information

#02300B (or 0x02300B) is unknown color: approx Deep Fir. HEX triplet: 02, 30 and 0B. RGB value is (2,48,11). Sum of RGB (Red+Green+Blue) = 2+48+11=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 48 (19.14% from 255 or 78.69% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 48 - color contains mainly: green. Hex color #02300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02300B is #FDCFF4. Grayscale: #1E1E1E. Windows color (decimal): -16633845 or 733186. OLE color: 733186.

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

Color convert

RGB24811-
CMYK0.9600.770.81
HSL131.74º92%9.8%-
HSV(B)131.74º95.83%18.82%-
XYZ1.142.150.67-
YUV30.03117.26108.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.28%
GREEN value IS 48 (19.14% from 255) = 78.69%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=3.28%
G=78.69%
B=18.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248110.9600.770.81131.74929.8
Hex230B6004D51845ca
Octal26013140011512120413412
Binary10110000101111000000100110110100011000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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