#27321A

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

Shades of Pine Tree #27321A

Tints of Pine Tree #27321A

Color information

#27321A (or 0x27321A) is unknown color: approx Pine Tree. HEX triplet: 27, 32 and 1A. RGB value is (39,50,26). Sum of RGB (Red+Green+Blue) = 39+50+26=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #27321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27321A is #D8CDE5. Grayscale: #2C2C2C. Windows color (decimal): -14208486 or 1716775. OLE color: 1716775.

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

Color convert

RGB395026-
CMYK0.2200.480.80
HSL87.5º31.58%14.9%-
HSV(B)87.5º48%19.61%-
XYZ2.162.791.4-
YUV43.97117.86124.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 50 (19.92% from 255) = 43.48%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=33.91%
G=43.48%
B=22.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950260.2200.480.8087.531.5814.9
Hex27321A16030505820f
Octal476232260601201304017
Binary10011111001011010101100110000101000010110001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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