Html Css Color HEX #273015 Pine Tree

📋 copy color: '#273015'

red 39 ◦ green 48 ◦ blue 21

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

Shades of Pine Tree #273015

Tints of Pine Tree #273015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.44%

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

R = 36.11%
G = 44.44%
B = 19.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#273015 (or 0x273015) is known color: Pine Tree. HEX triplet: 27, 30 and 15. RGB value is (39,48,21). Sum of RGB (Red+Green+Blue) = 39+48+21=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #273015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273015 is #D8CFEA. Grayscale: #2A2A2A. Windows color (decimal): -14209003 or 1388583. OLE color: 1388583.

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

Color convert

RGB 39 48 21 -
CMYK 0.19 0 0.56 0.81
HSL 80º 0.39% 0.14% -
HSV(B) 80º 0.56% 0.19% -
XYZ 2.03 2.6 1.1 -
YUV 42.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 39 48 21 0.19 0 0.56 0.81 80 0.39 0.14
Hex 27 30 15 13 0 38 51 50 27 E
Octal 47 60 25 23 0 70 121 120 47 16
Binary 100111 110000 10101 10011 0 111000 1010001 1010000 100111 1110

Color Harmonies of #273015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273015

Black with #273015

Text Example


Text Example

White with #273015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273015; }

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

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

background-color css

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

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

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

border-color css

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

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

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