#27420D

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

Shades of Pine Tree #27420D

Tints of Pine Tree #27420D

Color information

#27420D (or 0x27420D) is unknown color: approx Pine Tree. HEX triplet: 27, 42 and 0D. RGB value is (39,66,13). Sum of RGB (Red+Green+Blue) = 39+66+13=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #27420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27420D is #D8BDF2. Grayscale: #343434. Windows color (decimal): -14204403 or 868903. OLE color: 868903.

HSL color Cylindrical-coordinate representation of color #27420D: hue angle of 90.57º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27420D is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB396613-
CMYK0.4100.800.74
HSL90.57º67.09%15.49%-
HSV(B)90.57º80.3%25.88%-
XYZ2.864.361.07-
YUV51.88106.05118.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 66 (26.17% from 255) = 55.93%
BLUE value IS 13 (5.47% from 255) = 11.02%
R=33.05%
G=55.93%
B=11.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966130.4100.800.7490.5767.0915.49
Hex2742D290504A5b43f
Octal471021551012011213310317
Binary10011110000101101101001010100001001010101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27420D; }

 p { color: rgb(39,66,13); }

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

<style>
 a { background-color: #27420D; }

 a { background-color: rgb(39,66,13); }

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

<style>
 span { border-color: #27420D; }

 span { border-color: rgb(39,66,13); }

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