Html Css Color HEX #02350E Deep Fir

📋 copy color: '#02350E'

red 2 ◦ green 53 ◦ blue 14

#02350E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #02350E

Tints of Deep Fir #02350E

RGB

 RED value IS 2 (1.17% from 255) = 2.9%

 GREEN value IS 53 (21.09% from 255) = 76.81%

 BLUE value IS 14 (5.86% from 255) = 20.29%

R = 2.9%
G = 76.81%
B = 20.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#02350E (or 0x02350E) is known color: 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

RGB 2 53 14 -
CMYK 0.96 0 0.74 0.79
HSL 134.12º 0.93% 0.11% -
HSV(B) 134.12º 0.96% 0.21% -
XYZ 1.38 2.59 0.84 -
YUV 33.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 2 53 14 0.96 0 0.74 0.79 134.12 0.93 0.11
Hex 2 35 E 60 0 4A 4F 86 5D B
Octal 2 65 16 140 0 112 117 206 135 13
Binary 10 110101 1110 1100000 0 1001010 1001111 10000110 1011101 1011

Color Harmonies of #02350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02350E

Black with #02350E

Text Example


Text Example

White with #02350E

Text Example


Text Example

HTML Codes & Css Web 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>