#273A0D

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

Shades of Pine Tree #273A0D

Tints of Pine Tree #273A0D

Color information

#273A0D (or 0x273A0D) is unknown color: approx Pine Tree. HEX triplet: 27, 3A and 0D. RGB value is (39,58,13). Sum of RGB (Red+Green+Blue) = 39+58+13=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #273A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273A0D is #D8C5F2. Grayscale: #2F2F2F. Windows color (decimal): -14206451 or 866855. OLE color: 866855.

HSL color Cylindrical-coordinate representation of color #273A0D: hue angle of 85.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #273A0D is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB395813-
CMYK0.3300.780.77
HSL85.33º63.38%13.92%-
HSV(B)85.33º77.59%22.75%-
XYZ2.423.490.93-
YUV47.19108.71122.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.45%
GREEN value IS 58 (23.05% from 255) = 52.73%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=35.45%
G=52.73%
B=11.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3958130.3300.780.7785.3363.3813.92
Hex273AD2104E4D553fe
Octal4772154101161151257716
Binary100111111010110110000101001110100110110101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273A0D; }

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

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

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

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

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

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

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

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