#27321B

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

Shades of Pine Tree #27321B

Tints of Pine Tree #27321B

Color information

#27321B (or 0x27321B) is unknown color: approx Pine Tree. HEX triplet: 27, 32 and 1B. RGB value is (39,50,27). Sum of RGB (Red+Green+Blue) = 39+50+27=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #27321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27321B is #D8CDE4. Grayscale: #2C2C2C. Windows color (decimal): -14208485 or 1782311. OLE color: 1782311.

HSL color Cylindrical-coordinate representation of color #27321B: hue angle of 88.7º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27321B is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB395027-
CMYK0.2200.460.80
HSL88.7º29.87%15.1%-
HSV(B)88.7º46%19.61%-
XYZ2.182.791.46-
YUV44.09118.36124.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=33.62%
G=43.10%
B=23.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950270.2200.460.8088.729.8715.1
Hex27321B1602E50591ef
Octal476233260561201313617
Binary1001111100101101110110010111010100001011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27321B; }

 p { color: rgb(39,50,27); }

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

<style>
 a { background-color: #27321B; }

 a { background-color: rgb(39,50,27); }

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

<style>
 span { border-color: #27321B; }

 span { border-color: rgb(39,50,27); }

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