#27330D

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

Shades of Pine Tree #27330D

Tints of Pine Tree #27330D

Color information

#27330D (or 0x27330D) is unknown color: approx Pine Tree. HEX triplet: 27, 33 and 0D. RGB value is (39,51,13). Sum of RGB (Red+Green+Blue) = 39+51+13=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #27330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27330D is #D8CCF2. Grayscale: #2B2B2B. Windows color (decimal): -14208243 or 865063. OLE color: 865063.

HSL color Cylindrical-coordinate representation of color #27330D: hue angle of 78.95º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27330D is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB395113-
CMYK0.2400.750.8
HSL78.95º59.38%12.55%-
HSV(B)78.95º74.51%20%-
XYZ2.092.830.82-
YUV43.08111.02125.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.86%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=37.86%
G=49.51%
B=12.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951130.2400.750.878.9559.3812.55
Hex2733D1804B504f3bd
Octal4763153001131201177315
Binary10011111001111011100001001011101000010011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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