Html Css Color HEX #0A2714 Deep Fir

📋 copy color: '#0A2714'

red 10 ◦ green 39 ◦ blue 20

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

Shades of Deep Fir #0A2714

Tints of Deep Fir #0A2714

RGB

 RED value IS 10 (4.3% from 255) = 14.49%

 GREEN value IS 39 (15.63% from 255) = 56.52%

 BLUE value IS 20 (8.2% from 255) = 28.99%

R = 14.49%
G = 56.52%
B = 28.99%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#0A2714 (or 0x0A2714) is known color: Deep Fir. HEX triplet: 0A, 27 and 14. RGB value is (10,39,20). Sum of RGB (Red+Green+Blue) = 10+39+20=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #0A2714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2714 is #F5D8EB. Grayscale: #1C1C1C. Windows color (decimal): -16111852 or 1320714. OLE color: 1320714.

HSL color Cylindrical-coordinate representation of color #0A2714: hue angle of 140.69º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2714 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 39 20 -
CMYK 0.74 0 0.49 0.85
HSL 140.69º 0.59% 0.1% -
HSV(B) 140.69º 0.74% 0.15% -
XYZ 0.98 1.57 0.91 -
YUV 28.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 10 39 20 0.74 0 0.49 0.85 140.69 0.59 0.1
Hex A 27 14 4A 0 31 55 8D 3B A
Octal 12 47 24 112 0 61 125 215 73 12
Binary 1010 100111 10100 1001010 0 110001 1010101 10001101 111011 1010

Color Harmonies of #0A2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2714

Black with #0A2714

Text Example


Text Example

White with #0A2714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A2714; }

 p { color: rgb(10,39,20); }

 H1.HeaderClassName
 {
   color: #0A2714;
 }
 .AnyTagClassName
 {
   color: #0A2714;
 }
</style>

background-color css

<style>
 a { background-color: #0A2714; }

 a { background-color: rgb(10,39,20); }

 div.DivClassName
 {
   background-color: #0A2714;
 }
 .BgClassName
 {
   background-color: #0A2714;
 }
</style>

border-color css

<style>
 span { border-color: #0A2714; }

 span { border-color: rgb(10,39,20); }

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