#02310C

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

Shades of Deep Fir #02310C

Tints of Deep Fir #02310C

Color information

#02310C (or 0x02310C) is unknown color: approx Deep Fir. HEX triplet: 02, 31 and 0C. RGB value is (2,49,12). Sum of RGB (Red+Green+Blue) = 2+49+12=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 49 (19.53% from 255 or 77.78% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 49 - color contains mainly: green. Hex color #02310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02310C is #FDCEF3. Grayscale: #1E1E1E. Windows color (decimal): -16633588 or 798978. OLE color: 798978.

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

Color convert

RGB24912-
CMYK0.9600.760.81
HSL132.77º92.16%10%-
HSV(B)132.77º95.92%19.22%-
XYZ1.192.240.72-
YUV30.73117.43107.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.17%
GREEN value IS 49 (19.53% from 255) = 77.78%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=3.17%
G=77.78%
B=19.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249120.9600.760.81132.7792.1610
Hex231C6004C51855ca
Octal26114140011412120513412
Binary10110001110011000000100110010100011000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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