Html Css Color HEX #27311B Pine Tree

📋 copy color: '#27311B'

red 39 ◦ green 49 ◦ blue 27

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

Shades of Pine Tree #27311B

Tints of Pine Tree #27311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.48%

R = 33.91%
G = 42.61%
B = 23.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.81

RGB Variations

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

Color information

#27311B (or 0x27311B) is known color: Pine Tree. HEX triplet: 27, 31 and 1B. RGB value is (39,49,27). Sum of RGB (Red+Green+Blue) = 39+49+27=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #27311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27311B is #D8CEE4. Grayscale: #2B2B2B. Windows color (decimal): -14208741 or 1782055. OLE color: 1782055.

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

Color convert

RGB 39 49 27 -
CMYK 0.20 0 0.45 0.81
HSL 87.27º 0.29% 0.15% -
HSV(B) 87.27º 0.45% 0.19% -
XYZ 2.13 2.71 1.45 -
YUV 43.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 39 49 27 0.20 0 0.45 0.81 87.27 0.29 0.15
Hex 27 31 1B 14 0 2D 51 57 1D F
Octal 47 61 33 24 0 55 121 127 35 17
Binary 100111 110001 11011 10100 0 101101 1010001 1010111 11101 1111

Color Harmonies of #27311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27311B

Black with #27311B

Text Example


Text Example

White with #27311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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