#27301A

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

Shades of Pine Tree #27301A

Tints of Pine Tree #27301A

Color information

#27301A (or 0x27301A) is unknown color: approx Pine Tree. HEX triplet: 27, 30 and 1A. RGB value is (39,48,26). Sum of RGB (Red+Green+Blue) = 39+48+26=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #27301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27301A is #D8CFE5. Grayscale: #2A2A2A. Windows color (decimal): -14208998 or 1716263. OLE color: 1716263.

HSL color Cylindrical-coordinate representation of color #27301A: hue angle of 84.55º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27301A is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB394826-
CMYK0.1900.460.81
HSL84.55º29.73%14.51%-
HSV(B)84.55º45.83%18.82%-
XYZ2.082.621.37-
YUV42.8118.52125.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=34.51%
G=42.48%
B=23.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948260.1900.460.8184.5529.7314.51
Hex27301A1302E51551ef
Octal476032230561211253617
Binary1001111100001101010011010111010100011010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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