Html Css Color HEX #27420E Pine Tree

📋 copy color: '#27420E'

red 39 ◦ green 66 ◦ blue 14

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

Shades of Pine Tree #27420E

Tints of Pine Tree #27420E

RGB

 RED value IS 39 (15.63% from 255) = 32.77%

 GREEN value IS 66 (26.17% from 255) = 55.46%

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

R = 32.77%
G = 55.46%
B = 11.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#27420E (or 0x27420E) is known color: Pine Tree. HEX triplet: 27, 42 and 0E. RGB value is (39,66,14). Sum of RGB (Red+Green+Blue) = 39+66+14=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #27420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27420E is #D8BDF1. Grayscale: #343434. Windows color (decimal): -14204402 or 934439. OLE color: 934439.

HSL color Cylindrical-coordinate representation of color #27420E: hue angle of 91.15º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27420E is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 66 14 -
CMYK 0.41 0 0.79 0.74
HSL 91.15º 0.65% 0.16% -
HSV(B) 91.15º 0.79% 0.26% -
XYZ 2.86 4.36 1.11 -
YUV 52 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 39 66 14 0.41 0 0.79 0.74 91.15 0.65 0.16
Hex 27 42 E 29 0 4F 4A 5B 41 10
Octal 47 102 16 51 0 117 112 133 101 20
Binary 100111 1000010 1110 101001 0 1001111 1001010 1011011 1000001 10000

Color Harmonies of #27420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27420E

Black with #27420E

Text Example


Text Example

White with #27420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,66,14); }

 H1.HeaderClassName
 {
   color: #27420E;
 }
 .AnyTagClassName
 {
   color: #27420E;
 }
</style>

background-color css

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

 a { background-color: rgb(39,66,14); }

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

border-color css

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

 span { border-color: rgb(39,66,14); }

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