#273814

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

Shades of Pine Tree #273814

Tints of Pine Tree #273814

Color information

#273814 (or 0x273814) is unknown color: approx Pine Tree. HEX triplet: 27, 38 and 14. RGB value is (39,56,20). Sum of RGB (Red+Green+Blue) = 39+56+20=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #273814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273814 is #D8C7EB. Grayscale: #2E2E2E. Windows color (decimal): -14206956 or 1325095. OLE color: 1325095.

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

Color convert

RGB395620-
CMYK0.3000.640.78
HSL88.33º47.37%14.9%-
HSV(B)88.33º64.29%21.96%-
XYZ2.383.311.18-
YUV46.81112.87122.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 56 (22.27% from 255) = 48.70%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=33.91%
G=48.70%
B=17.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3956200.3000.640.7888.3347.3714.9
Hex2738141E0404E582ff
Octal4770243601001161305717
Binary100111111000101001111001000000100111010110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273814; }

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

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

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

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

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

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

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

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