#273813

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

Shades of Pine Tree #273813

Tints of Pine Tree #273813

Color information

#273813 (or 0x273813) is unknown color: approx Pine Tree. HEX triplet: 27, 38 and 13. RGB value is (39,56,19). Sum of RGB (Red+Green+Blue) = 39+56+19=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #273813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273813 is #D8C7EC. Grayscale: #2E2E2E. Windows color (decimal): -14206957 or 1259559. OLE color: 1259559.

HSL color Cylindrical-coordinate representation of color #273813: hue angle of 87.57º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #273813 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB395619-
CMYK0.3000.660.78
HSL87.57º49.33%14.71%-
HSV(B)87.57º66.07%21.96%-
XYZ2.373.311.13-
YUV46.7112.37122.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 56 (22.27% from 255) = 49.12%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=34.21%
G=49.12%
B=16.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3956190.3000.660.7887.5749.3314.71
Hex2738131E0424E5831f
Octal4770233601021161306117
Binary100111111000100111111001000010100111010110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273813; }

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

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

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

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

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

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

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

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