#02310F

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

Shades of Deep Fir #02310F

Tints of Deep Fir #02310F

Color information

#02310F (or 0x02310F) is unknown color: approx Deep Fir. HEX triplet: 02, 31 and 0F. RGB value is (2,49,15). Sum of RGB (Red+Green+Blue) = 2+49+15=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #02310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02310F is #FDCEF0. Grayscale: #1F1F1F. Windows color (decimal): -16633585 or 995586. OLE color: 995586.

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

Color convert

RGB24915-
CMYK0.9600.690.81
HSL136.6º92.16%10%-
HSV(B)136.6º95.92%19.22%-
XYZ1.212.240.82-
YUV31.07118.93107.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 49 (19.53% from 255) = 74.24%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=3.03%
G=74.24%
B=22.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249150.9600.690.81136.692.1610
Hex231F6004551895ca
Octal26117140010512121113412
Binary10110001111111000000100010110100011000100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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