Html Css Color HEX #27311C Pine Tree

📋 copy color: '#27311C'

red 39 ◦ green 49 ◦ blue 28

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

Shades of Pine Tree #27311C

Tints of Pine Tree #27311C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 42.24%

 BLUE value IS 28 (11.33% from 255) = 24.14%

R = 33.62%
G = 42.24%
B = 24.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.81

RGB Variations

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

Color information

#27311C (or 0x27311C) is known color: Pine Tree. HEX triplet: 27, 31 and 1C. RGB value is (39,49,28). Sum of RGB (Red+Green+Blue) = 39+49+28=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #27311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27311C is #D8CEE3. Grayscale: #2B2B2B. Windows color (decimal): -14208740 or 1847591. OLE color: 1847591.

HSL color Cylindrical-coordinate representation of color #27311C: hue angle of 88.57º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #27311C is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 49 28 -
CMYK 0.20 0 0.43 0.81
HSL 88.57º 0.27% 0.15% -
HSV(B) 88.57º 0.43% 0.19% -
XYZ 2.14 2.71 1.51 -
YUV 43.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 39 49 28 0.20 0 0.43 0.81 88.57 0.27 0.15
Hex 27 31 1C 14 0 2B 51 59 1B F
Octal 47 61 34 24 0 53 121 131 33 17
Binary 100111 110001 11100 10100 0 101011 1010001 1011001 11011 1111

Color Harmonies of #27311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27311C

Black with #27311C

Text Example


Text Example

White with #27311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27311C; }

 p { color: rgb(39,49,28); }

 H1.HeaderClassName
 {
   color: #27311C;
 }
 .AnyTagClassName
 {
   color: #27311C;
 }
</style>

background-color css

<style>
 a { background-color: #27311C; }

 a { background-color: rgb(39,49,28); }

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

border-color css

<style>
 span { border-color: #27311C; }

 span { border-color: rgb(39,49,28); }

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