Html Css Color HEX #272E1D Pine Tree

📋 copy color: '#272E1D'

red 39 ◦ green 46 ◦ blue 29

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

Shades of Pine Tree #272E1D

Tints of Pine Tree #272E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 40.35%

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

R = 34.21%
G = 40.35%
B = 25.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.82

RGB Variations

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

Color information

#272E1D (or 0x272E1D) is known color: Pine Tree. HEX triplet: 27, 2E and 1D. RGB value is (39,46,29). Sum of RGB (Red+Green+Blue) = 39+46+29=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 46 - color contains mainly: green. Hex color #272E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E1D is #D8D1E2. Grayscale: #2A2A2A. Windows color (decimal): -14209507 or 1912359. OLE color: 1912359.

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

Color convert

RGB 39 46 29 -
CMYK 0.15 0 0.37 0.82
HSL 84.71º 0.23% 0.15% -
HSV(B) 84.71º 0.37% 0.18% -
XYZ 2.04 2.47 1.53 -
YUV 41.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 39 46 29 0.15 0 0.37 0.82 84.71 0.23 0.15
Hex 27 2E 1D F 0 25 52 55 17 F
Octal 47 56 35 17 0 45 122 125 27 17
Binary 100111 101110 11101 1111 0 100101 1010010 1010101 10111 1111

Color Harmonies of #272E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272E1D

Black with #272E1D

Text Example


Text Example

White with #272E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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