#27330C

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

Shades of Pine Tree #27330C

Tints of Pine Tree #27330C

Color information

#27330C (or 0x27330C) is unknown color: approx Pine Tree. HEX triplet: 27, 33 and 0C. RGB value is (39,51,12). Sum of RGB (Red+Green+Blue) = 39+51+12=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #27330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27330C is #D8CCF3. Grayscale: #2B2B2B. Windows color (decimal): -14208244 or 799527. OLE color: 799527.

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

Color convert

RGB395112-
CMYK0.2400.760.8
HSL78.46º61.9%12.35%-
HSV(B)78.46º76.47%20%-
XYZ2.092.830.78-
YUV42.97110.52125.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.24%
GREEN value IS 51 (20.31% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=38.24%
G=50%
B=11.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951120.2400.760.878.4661.912.35
Hex2733C1804C504e3ec
Octal4763143001141201167614
Binary10011111001111001100001001100101000010011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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