Html Css Color HEX #272D1D Pine Tree

📋 copy color: '#272D1D'

red 39 ◦ green 45 ◦ blue 29

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

Shades of Pine Tree #272D1D

Tints of Pine Tree #272D1D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 39.82%

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

R = 34.51%
G = 39.82%
B = 25.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.82

RGB Variations

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

Color information

#272D1D (or 0x272D1D) is known color: Pine Tree. HEX triplet: 27, 2D and 1D. RGB value is (39,45,29). Sum of RGB (Red+Green+Blue) = 39+45+29=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #272D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D1D is #D8D2E2. Grayscale: #292929. Windows color (decimal): -14209763 or 1912103. OLE color: 1912103.

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

Color convert

RGB 39 45 29 -
CMYK 0.13 0 0.36 0.82
HSL 82.5º 0.22% 0.15% -
HSV(B) 82.5º 0.36% 0.18% -
XYZ 2 2.4 1.52 -
YUV 41.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 39 45 29 0.13 0 0.36 0.82 82.5 0.22 0.15
Hex 27 2D 1D D 0 24 52 52 16 F
Octal 47 55 35 15 0 44 122 122 26 17
Binary 100111 101101 11101 1101 0 100100 1010010 1010010 10110 1111

Color Harmonies of #272D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272D1D

Black with #272D1D

Text Example


Text Example

White with #272D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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