Html Css Color HEX #272E20 Pine Tree

📋 copy color: '#272E20'

red 39 ◦ green 46 ◦ blue 32

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

Shades of Pine Tree #272E20

Tints of Pine Tree #272E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 27.35%

R = 33.33%
G = 39.32%
B = 27.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.82

RGB Variations

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

Color information

#272E20 (or 0x272E20) is known color: Pine Tree. HEX triplet: 27, 2E and 20. RGB value is (39,46,32). Sum of RGB (Red+Green+Blue) = 39+46+32=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 46 - color contains mainly: green. Hex color #272E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E20 is #D8D1DF. Grayscale: #2A2A2A. Windows color (decimal): -14209504 or 2108967. OLE color: 2108967.

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

Color convert

RGB 39 46 32 -
CMYK 0.15 0 0.30 0.82
HSL 90º 0.18% 0.15% -
HSV(B) 90º 0.3% 0.18% -
XYZ 2.07 2.49 1.74 -
YUV 42.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 39 46 32 0.15 0 0.30 0.82 90 0.18 0.15
Hex 27 2E 20 F 0 1E 52 5A 12 F
Octal 47 56 40 17 0 36 122 132 22 17
Binary 100111 101110 100000 1111 0 11110 1010010 1011010 10010 1111

Color Harmonies of #272E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272E20

Black with #272E20

Text Example


Text Example

White with #272E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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