#27301E

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

Shades of Pine Tree #27301E

Tints of Pine Tree #27301E

Color information

#27301E (or 0x27301E) is unknown color: approx Pine Tree. HEX triplet: 27, 30 and 1E. RGB value is (39,48,30). Sum of RGB (Red+Green+Blue) = 39+48+30=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 48 - color contains mainly: green. Hex color #27301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27301E is #D8CFE1. Grayscale: #2B2B2B. Windows color (decimal): -14208994 or 1978407. OLE color: 1978407.

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

Color convert

RGB394830-
CMYK0.1900.370.81
HSL90º23.08%15.29%-
HSV(B)90º37.5%18.82%-
XYZ2.132.641.63-
YUV43.26120.52124.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=33.33%
G=41.03%
B=25.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948300.1900.370.819023.0815.29
Hex27301E13025515a17f
Octal476036230451211322717
Binary1001111100001111010011010010110100011011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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