#02310E

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

Shades of Deep Fir #02310E

Tints of Deep Fir #02310E

Color information

#02310E (or 0x02310E) is unknown color: approx Deep Fir. HEX triplet: 02, 31 and 0E. RGB value is (2,49,14). Sum of RGB (Red+Green+Blue) = 2+49+14=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 49 (19.53% from 255 or 75.38% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 49 - color contains mainly: green. Hex color #02310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02310E is #FDCEF1. Grayscale: #1F1F1F. Windows color (decimal): -16633586 or 930050. OLE color: 930050.

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

Color convert

RGB24914-
CMYK0.9600.710.81
HSL135.32º92.16%10%-
HSV(B)135.32º95.92%19.22%-
XYZ1.22.240.78-
YUV30.96118.43107.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 49 (19.53% from 255) = 75.38%
BLUE value IS 14 (5.86% from 255) = 21.54%
R=3.08%
G=75.38%
B=21.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249140.9600.710.81135.3292.1610
Hex231E6004751875ca
Octal26116140010712120713412
Binary10110001111011000000100011110100011000011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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