#272C21

Color #272C21 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #272C21

Tints of Pine Tree #272C21

Color information

#272C21 (or 0x272C21) is unknown color: approx Pine Tree. HEX triplet: 27, 2C and 21. RGB value is (39,44,33). Sum of RGB (Red+Green+Blue) = 39+44+33=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 44 - color contains mainly: green. Hex color #272C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C21 is #D8D3DE. Grayscale: #292929. Windows color (decimal): -14210015 or 2173991. OLE color: 2173991.

HSL color Cylindrical-coordinate representation of color #272C21: hue angle of 87.27º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #272C21 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.

Color convert

RGB394433-
CMYK0.1100.250.83
HSL87.27º14.29%15.1%-
HSV(B)87.27º25%17.25%-
XYZ2.012.341.78-
YUV41.25123.34126.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=33.62%
G=37.93%
B=28.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3944330.1100.250.8387.2714.2915.1
Hex272C21B0195357ef
Octal475441130311231271617
Binary10011110110010000110110110011010011101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,44,33); }

 H1.HeaderClassName
 {
   color: #272C21;
 }
 .AnyTagClassName
 {
   color: #272C21;
 }
</style>
background-color css

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

 a { background-color: rgb(39,44,33); }

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

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

 span { border-color: rgb(39,44,33); }

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