#273019

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

Shades of Pine Tree #273019

Tints of Pine Tree #273019

Color information

#273019 (or 0x273019) is unknown color: approx Pine Tree. HEX triplet: 27, 30 and 19. RGB value is (39,48,25). Sum of RGB (Red+Green+Blue) = 39+48+25=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #273019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273019 is #D8CFE6. Grayscale: #2A2A2A. Windows color (decimal): -14208999 or 1650727. OLE color: 1650727.

HSL color Cylindrical-coordinate representation of color #273019: hue angle of 83.48º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #273019 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB394825-
CMYK0.1900.480.81
HSL83.48º31.51%14.31%-
HSV(B)83.48º47.92%18.82%-
XYZ2.072.621.32-
YUV42.69118.02125.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.82%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=34.82%
G=42.86%
B=22.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948250.1900.480.8183.4831.5114.31
Hex27301913030515320e
Octal476031230601211234016
Binary10011111000011001100110110000101000110100111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273019; }

 p { color: rgb(39,48,25); }

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

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

 a { background-color: rgb(39,48,25); }

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

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

 span { border-color: rgb(39,48,25); }

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