Html Css Color HEX #27370E Pine Tree

📋 copy color: '#27370E'

red 39 ◦ green 55 ◦ blue 14

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

Shades of Pine Tree #27370E

Tints of Pine Tree #27370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50.93%

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

R = 36.11%
G = 50.93%
B = 12.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#27370E (or 0x27370E) is known color: Pine Tree. HEX triplet: 27, 37 and 0E. RGB value is (39,55,14). Sum of RGB (Red+Green+Blue) = 39+55+14=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #27370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27370E is #D8C8F1. Grayscale: #2D2D2D. Windows color (decimal): -14207218 or 931623. OLE color: 931623.

HSL color Cylindrical-coordinate representation of color #27370E: hue angle of 83.41º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27370E is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 55 14 -
CMYK 0.29 0 0.75 0.78
HSL 83.41º 0.59% 0.14% -
HSV(B) 83.41º 0.75% 0.22% -
XYZ 2.28 3.2 0.91 -
YUV 45.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 39 55 14 0.29 0 0.75 0.78 83.41 0.59 0.14
Hex 27 37 E 1D 0 4B 4E 53 3B E
Octal 47 67 16 35 0 113 116 123 73 16
Binary 100111 110111 1110 11101 0 1001011 1001110 1010011 111011 1110

Color Harmonies of #27370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27370E

Black with #27370E

Text Example


Text Example

White with #27370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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