Html Css Color HEX #27301D Pine Tree

📋 copy color: '#27301D'

red 39 ◦ green 48 ◦ blue 29

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

Shades of Pine Tree #27301D

Tints of Pine Tree #27301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25%

R = 33.62%
G = 41.38%
B = 25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#27301D (or 0x27301D) is known color: Pine Tree. HEX triplet: 27, 30 and 1D. RGB value is (39,48,29). Sum of RGB (Red+Green+Blue) = 39+48+29=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #27301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27301D is #D8CFE2. Grayscale: #2B2B2B. Windows color (decimal): -14208995 or 1912871. OLE color: 1912871.

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

Color convert

RGB 39 48 29 -
CMYK 0.19 0 0.40 0.81
HSL 88.42º 0.25% 0.15% -
HSV(B) 88.42º 0.4% 0.19% -
XYZ 2.12 2.63 1.56 -
YUV 43.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 39 48 29 0.19 0 0.40 0.81 88.42 0.25 0.15
Hex 27 30 1D 13 0 28 51 58 19 F
Octal 47 60 35 23 0 50 121 130 31 17
Binary 100111 110000 11101 10011 0 101000 1010001 1011000 11001 1111

Color Harmonies of #27301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27301D

Black with #27301D

Text Example


Text Example

White with #27301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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