#27400B

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

Shades of Pine Tree #27400B

Tints of Pine Tree #27400B

Color information

#27400B (or 0x27400B) is unknown color: approx Pine Tree. HEX triplet: 27, 40 and 0B. RGB value is (39,64,11). Sum of RGB (Red+Green+Blue) = 39+64+11=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #27400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27400B is #D8BFF4. Grayscale: #323232. Windows color (decimal): -14204917 or 737319. OLE color: 737319.

HSL color Cylindrical-coordinate representation of color #27400B: hue angle of 88.3º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27400B is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB396411-
CMYK0.3900.830.75
HSL88.3º70.67%14.71%-
HSV(B)88.3º82.81%25.1%-
XYZ2.734.120.97-
YUV50.48105.72119.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 64 (25.39% from 255) = 56.14%
BLUE value IS 11 (4.69% from 255) = 9.65%
R=34.21%
G=56.14%
B=9.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964110.3900.830.7588.370.6714.71
Hex2740B270534B5847f
Octal471001347012311313010717
Binary10011110000001011100111010100111001011101100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,64,11); }

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

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

 a { background-color: rgb(39,64,11); }

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

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

 span { border-color: rgb(39,64,11); }

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