#02360B

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

Shades of Deep Fir #02360B

Tints of Deep Fir #02360B

Color information

#02360B (or 0x02360B) is unknown color: approx Deep Fir. HEX triplet: 02, 36 and 0B. RGB value is (2,54,11). Sum of RGB (Red+Green+Blue) = 2+54+11=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 54 (21.48% from 255 or 80.60% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 54 - color contains mainly: green. Hex color #02360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02360B is #FDC9F4. Grayscale: #212121. Windows color (decimal): -16632309 or 734722. OLE color: 734722.

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

Color convert

RGB25411-
CMYK0.9600.800.79
HSL130.38º92.86%10.98%-
HSV(B)130.38º96.3%21.18%-
XYZ1.42.680.76-
YUV33.55115.27105.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.99%
GREEN value IS 54 (21.48% from 255) = 80.60%
BLUE value IS 11 (4.69% from 255) = 16.42%
R=2.99%
G=80.60%
B=16.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal254110.9600.800.79130.3892.8610.98
Hex236B600504F825db
Octal26613140012011720213513
Binary10110110101111000000101000010011111000001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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