#02340F

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

Shades of Deep Fir #02340F

Tints of Deep Fir #02340F

Color information

#02340F (or 0x02340F) is unknown color: approx Deep Fir. HEX triplet: 02, 34 and 0F. RGB value is (2,52,15). Sum of RGB (Red+Green+Blue) = 2+52+15=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 52 (20.70% from 255 or 75.36% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 52 - color contains mainly: green. Hex color #02340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02340F is #FDCBF0. Grayscale: #202020. Windows color (decimal): -16632817 or 996354. OLE color: 996354.

HSL color Cylindrical-coordinate representation of color #02340F: hue angle of 135.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02340F is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB25215-
CMYK0.9600.710.80
HSL135.6º92.59%10.59%-
HSV(B)135.6º96.15%20.39%-
XYZ1.342.50.86-
YUV32.83117.94106.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 52 (20.70% from 255) = 75.36%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=2.90%
G=75.36%
B=21.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal252150.9600.710.80135.692.5910.59
Hex234F6004750885db
Octal26417140010712021013513
Binary10110100111111000000100011110100001000100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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