#02360C

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

Shades of Deep Fir #02360C

Tints of Deep Fir #02360C

Color information

#02360C (or 0x02360C) is unknown color: approx Deep Fir. HEX triplet: 02, 36 and 0C. RGB value is (2,54,12). Sum of RGB (Red+Green+Blue) = 2+54+12=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 54 (21.48% from 255 or 79.41% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 54 - color contains mainly: green. Hex color #02360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02360C is #FDC9F3. Grayscale: #212121. Windows color (decimal): -16632308 or 800258. OLE color: 800258.

HSL color Cylindrical-coordinate representation of color #02360C: hue angle of 131.54º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02360C is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB25412-
CMYK0.9600.780.79
HSL131.54º92.86%10.98%-
HSV(B)131.54º96.3%21.18%-
XYZ1.412.680.79-
YUV33.66115.77105.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 54 (21.48% from 255) = 79.41%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=2.94%
G=79.41%
B=17.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal254120.9600.780.79131.5492.8610.98
Hex236C6004E4F845db
Octal26614140011611720413513
Binary10110110110011000000100111010011111000010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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