#27370D

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

Shades of Pine Tree #27370D

Tints of Pine Tree #27370D

Color information

#27370D (or 0x27370D) is unknown color: approx Pine Tree. HEX triplet: 27, 37 and 0D. RGB value is (39,55,13). Sum of RGB (Red+Green+Blue) = 39+55+13=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #27370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27370D is #D8C8F2. Grayscale: #2D2D2D. Windows color (decimal): -14207219 or 866087. OLE color: 866087.

HSL color Cylindrical-coordinate representation of color #27370D: hue angle of 82.86º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27370D is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB395513-
CMYK0.2900.760.78
HSL82.86º61.76%13.33%-
HSV(B)82.86º76.36%21.57%-
XYZ2.283.190.88-
YUV45.43109.7123.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 55 (21.88% from 255) = 51.40%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=36.45%
G=51.40%
B=12.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3955130.2900.760.7882.8661.7613.33
Hex2737D1D04C4E533ed
Octal4767153501141161237615
Binary10011111011111011110101001100100111010100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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