Html Css Color HEX #27400E Pine Tree

📋 copy color: '#27400E'

red 39 ◦ green 64 ◦ blue 14

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

Shades of Pine Tree #27400E

Tints of Pine Tree #27400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 54.7%

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

R = 33.33%
G = 54.7%
B = 11.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#27400E (or 0x27400E) is known color: Pine Tree. HEX triplet: 27, 40 and 0E. RGB value is (39,64,14). Sum of RGB (Red+Green+Blue) = 39+64+14=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #27400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27400E is #D8BFF1. Grayscale: #323232. Windows color (decimal): -14204914 or 933927. OLE color: 933927.

HSL color Cylindrical-coordinate representation of color #27400E: hue angle of 90º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27400E is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 64 14 -
CMYK 0.39 0 0.78 0.75
HSL 90º 0.64% 0.15% -
HSV(B) 90º 0.78% 0.25% -
XYZ 2.75 4.13 1.07 -
YUV 50.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 39 64 14 0.39 0 0.78 0.75 90 0.64 0.15
Hex 27 40 E 27 0 4E 4B 5A 40 F
Octal 47 100 16 47 0 116 113 132 100 17
Binary 100111 1000000 1110 100111 0 1001110 1001011 1011010 1000000 1111

Color Harmonies of #27400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27400E

Black with #27400E

Text Example


Text Example

White with #27400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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