#02400B

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

Shades of Deep Fir #02400B

Tints of Deep Fir #02400B

Color information

#02400B (or 0x02400B) is unknown color: approx Deep Fir. HEX triplet: 02, 40 and 0B. RGB value is (2,64,11). Sum of RGB (Red+Green+Blue) = 2+64+11=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 64 (25.39% from 255 or 83.12% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 64 - color contains mainly: green. Hex color #02400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02400B is #FDBFF4. Grayscale: #272727. Windows color (decimal): -16629749 or 737282. OLE color: 737282.

HSL color Cylindrical-coordinate representation of color #02400B: hue angle of 128.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02400B is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB26411-
CMYK0.9700.830.75
HSL128.71º93.94%12.94%-
HSV(B)128.71º96.88%25.1%-
XYZ1.923.70.93-
YUV39.42111.96101.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 64 (25.39% from 255) = 83.12%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=2.60%
G=83.12%
B=14.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264110.9700.830.75128.7193.9412.94
Hex240B610534B815ed
Octal210013141012311320113615
Binary101000000101111000010101001110010111000000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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