#02350E

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

Shades of Deep Fir #02350E

Tints of Deep Fir #02350E

Color information

#02350E (or 0x02350E) is unknown color: approx Deep Fir. HEX triplet: 02, 35 and 0E. RGB value is (2,53,14). Sum of RGB (Red+Green+Blue) = 2+53+14=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 53 (21.09% from 255 or 76.81% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 53 - color contains mainly: green. Hex color #02350E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02350E is #FDCAF1. Grayscale: #212121. Windows color (decimal): -16632562 or 931074. OLE color: 931074.

HSL color Cylindrical-coordinate representation of color #02350E: hue angle of 134.12º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02350E is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB25314-
CMYK0.9600.740.79
HSL134.12º92.73%10.78%-
HSV(B)134.12º96.23%20.78%-
XYZ1.382.590.84-
YUV33.3117.1105.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 53 (21.09% from 255) = 76.81%
BLUE value IS 14 (5.86% from 255) = 20.29%
R=2.90%
G=76.81%
B=20.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal253140.9600.740.79134.1292.7310.78
Hex235E6004A4F865db
Octal26516140011211720613513
Binary10110101111011000000100101010011111000011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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