#27380C

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

Shades of Pine Tree #27380C

Tints of Pine Tree #27380C

Color information

#27380C (or 0x27380C) is unknown color: approx Pine Tree. HEX triplet: 27, 38 and 0C. RGB value is (39,56,12). Sum of RGB (Red+Green+Blue) = 39+56+12=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #27380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27380C is #D8C7F3. Grayscale: #2E2E2E. Windows color (decimal): -14206964 or 800807. OLE color: 800807.

HSL color Cylindrical-coordinate representation of color #27380C: hue angle of 83.18º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27380C is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB395612-
CMYK0.3000.790.78
HSL83.18º64.71%13.33%-
HSV(B)83.18º78.57%21.96%-
XYZ2.323.290.86-
YUV45.9108.87123.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 56 (22.27% from 255) = 52.34%
BLUE value IS 12 (5.08% from 255) = 11.21%
R=36.45%
G=52.34%
B=11.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3956120.3000.790.7883.1864.7113.33
Hex2738C1E04F4E5341d
Octal47701436011711612310115
Binary100111111000110011110010011111001110101001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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