#02310D

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

Shades of Deep Fir #02310D

Tints of Deep Fir #02310D

Color information

#02310D (or 0x02310D) is unknown color: approx Deep Fir. HEX triplet: 02, 31 and 0D. RGB value is (2,49,13). Sum of RGB (Red+Green+Blue) = 2+49+13=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 49 (19.53% from 255 or 76.56% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 49 - color contains mainly: green. Hex color #02310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02310D is #FDCEF2. Grayscale: #1E1E1E. Windows color (decimal): -16633587 or 864514. OLE color: 864514.

HSL color Cylindrical-coordinate representation of color #02310D: hue angle of 134.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 #02310D is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB24913-
CMYK0.9600.730.81
HSL134.04º92.16%10%-
HSV(B)134.04º95.92%19.22%-
XYZ1.22.240.75-
YUV30.84117.93107.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.12%
GREEN value IS 49 (19.53% from 255) = 76.56%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=3.12%
G=76.56%
B=20.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249130.9600.730.81134.0492.1610
Hex231D6004951865ca
Octal26115140011112120613412
Binary10110001110111000000100100110100011000011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02310D; }

 p { color: rgb(2,49,13); }

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

<style>
 a { background-color: #02310D; }

 a { background-color: rgb(2,49,13); }

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

<style>
 span { border-color: #02310D; }

 span { border-color: rgb(2,49,13); }

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