Html Css Color HEX #272F1D Pine Tree

📋 copy color: '#272F1D'

red 39 ◦ green 47 ◦ blue 29

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

Shades of Pine Tree #272F1D

Tints of Pine Tree #272F1D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 40.87%

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

R = 33.91%
G = 40.87%
B = 25.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.82

RGB Variations

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

Color information

#272F1D (or 0x272F1D) is known color: Pine Tree. HEX triplet: 27, 2F and 1D. RGB value is (39,47,29). Sum of RGB (Red+Green+Blue) = 39+47+29=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 47 - color contains mainly: green. Hex color #272F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F1D is #D8D0E2. Grayscale: #2A2A2A. Windows color (decimal): -14209251 or 1912615. OLE color: 1912615.

HSL color Cylindrical-coordinate representation of color #272F1D: hue angle of 86.67º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #272F1D is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 47 29 -
CMYK 0.17 0 0.38 0.82
HSL 86.67º 0.24% 0.15% -
HSV(B) 86.67º 0.38% 0.18% -
XYZ 2.07 2.55 1.55 -
YUV 42.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 39 47 29 0.17 0 0.38 0.82 86.67 0.24 0.15
Hex 27 2F 1D 11 0 26 52 57 18 F
Octal 47 57 35 21 0 46 122 127 30 17
Binary 100111 101111 11101 10001 0 100110 1010010 1010111 11000 1111

Color Harmonies of #272F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F1D

Black with #272F1D

Text Example


Text Example

White with #272F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272F1D; }

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

 H1.HeaderClassName
 {
   color: #272F1D;
 }
 .AnyTagClassName
 {
   color: #272F1D;
 }
</style>

background-color css

<style>
 a { background-color: #272F1D; }

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

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

border-color css

<style>
 span { border-color: #272F1D; }

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

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