Html Css Color HEX #273215 Pine Tree

📋 copy color: '#273215'

red 39 ◦ green 50 ◦ blue 21

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

Shades of Pine Tree #273215

Tints of Pine Tree #273215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 45.45%

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

R = 35.45%
G = 45.45%
B = 19.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#273215 (or 0x273215) is known color: Pine Tree. HEX triplet: 27, 32 and 15. RGB value is (39,50,21). Sum of RGB (Red+Green+Blue) = 39+50+21=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #273215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273215 is #D8CDEA. Grayscale: #2B2B2B. Windows color (decimal): -14208491 or 1389095. OLE color: 1389095.

HSL color Cylindrical-coordinate representation of color #273215: hue angle of 82.76º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #273215 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 50 21 -
CMYK 0.22 0 0.58 0.80
HSL 82.76º 0.41% 0.14% -
HSV(B) 82.76º 0.58% 0.2% -
XYZ 2.11 2.77 1.13 -
YUV 43.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 39 50 21 0.22 0 0.58 0.80 82.76 0.41 0.14
Hex 27 32 15 16 0 3A 50 53 29 E
Octal 47 62 25 26 0 72 120 123 51 16
Binary 100111 110010 10101 10110 0 111010 1010000 1010011 101001 1110

Color Harmonies of #273215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273215

Black with #273215

Text Example


Text Example

White with #273215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273215; }

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

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

background-color css

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

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

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

border-color css

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

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

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