Html Css Color HEX #273115 Pine Tree

📋 copy color: '#273115'

red 39 ◦ green 49 ◦ blue 21

#273115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #273115

Tints of Pine Tree #273115

RGB

 RED value IS 39 (15.63% from 255) = 35.78%

 GREEN value IS 49 (19.53% from 255) = 44.95%

 BLUE value IS 21 (8.59% from 255) = 19.27%

R = 35.78%
G = 44.95%
B = 19.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#273115 (or 0x273115) is known color: Pine Tree. HEX triplet: 27, 31 and 15. RGB value is (39,49,21). Sum of RGB (Red+Green+Blue) = 39+49+21=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #273115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273115 is #D8CEEA. Grayscale: #2A2A2A. Windows color (decimal): -14208747 or 1388839. OLE color: 1388839.

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

Color convert

RGB 39 49 21 -
CMYK 0.20 0 0.57 0.81
HSL 81.43º 0.4% 0.14% -
HSV(B) 81.43º 0.57% 0.19% -
XYZ 2.07 2.68 1.12 -
YUV 42.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 39 49 21 0.20 0 0.57 0.81 81.43 0.4 0.14
Hex 27 31 15 14 0 39 51 51 28 E
Octal 47 61 25 24 0 71 121 121 50 16
Binary 100111 110001 10101 10100 0 111001 1010001 1010001 101000 1110

Color Harmonies of #273115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273115

Black with #273115

Text Example


Text Example

White with #273115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273115; }

 p { color: rgb(39,49,21); }

 H1.HeaderClassName
 {
   color: #273115;
 }
 .AnyTagClassName
 {
   color: #273115;
 }
</style>

background-color css

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

 a { background-color: rgb(39,49,21); }

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

border-color css

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

 span { border-color: rgb(39,49,21); }

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