Html Css Color HEX #27301C Pine Tree

📋 copy color: '#27301C'

red 39 ◦ green 48 ◦ blue 28

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

Shades of Pine Tree #27301C

Tints of Pine Tree #27301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.74%

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

R = 33.91%
G = 41.74%
B = 24.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.81

RGB Variations

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

Color information

#27301C (or 0x27301C) is known color: Pine Tree. HEX triplet: 27, 30 and 1C. RGB value is (39,48,28). Sum of RGB (Red+Green+Blue) = 39+48+28=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #27301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27301C is #D8CFE3. Grayscale: #2B2B2B. Windows color (decimal): -14208996 or 1847335. OLE color: 1847335.

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

Color convert

RGB 39 48 28 -
CMYK 0.19 0 0.42 0.81
HSL 87º 0.26% 0.15% -
HSV(B) 87º 0.42% 0.19% -
XYZ 2.1 2.63 1.5 -
YUV 43.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 39 48 28 0.19 0 0.42 0.81 87 0.26 0.15
Hex 27 30 1C 13 0 2A 51 57 1A F
Octal 47 60 34 23 0 52 121 127 32 17
Binary 100111 110000 11100 10011 0 101010 1010001 1010111 11010 1111

Color Harmonies of #27301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27301C

Black with #27301C

Text Example


Text Example

White with #27301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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