#273413

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

Shades of Pine Tree #273413

Tints of Pine Tree #273413

Color information

#273413 (or 0x273413) is unknown color: approx Pine Tree. HEX triplet: 27, 34 and 13. RGB value is (39,52,19). Sum of RGB (Red+Green+Blue) = 39+52+19=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #273413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273413 is #D8CBEC. Grayscale: #2C2C2C. Windows color (decimal): -14207981 or 1258535. OLE color: 1258535.

HSL color Cylindrical-coordinate representation of color #273413: hue angle of 83.64º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #273413 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB395219-
CMYK0.2500.630.80
HSL83.64º46.48%13.92%-
HSV(B)83.64º63.46%20.39%-
XYZ2.182.931.07-
YUV44.35113.69124.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.45%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=35.45%
G=47.27%
B=17.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3952190.2500.630.8083.6446.4813.92
Hex2734131903F50542ee
Octal476423310771201245616
Binary10011111010010011110010111111101000010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273413; }

 p { color: rgb(39,52,19); }

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

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

 a { background-color: rgb(39,52,19); }

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

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

 span { border-color: rgb(39,52,19); }

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