Html Css Color HEX #273211 Pine Tree

📋 copy color: '#273211'

red 39 ◦ green 50 ◦ blue 17

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

Shades of Pine Tree #273211

Tints of Pine Tree #273211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.04%

R = 36.79%
G = 47.17%
B = 16.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#273211 (or 0x273211) is known color: Pine Tree. HEX triplet: 27, 32 and 11. RGB value is (39,50,17). Sum of RGB (Red+Green+Blue) = 39+50+17=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #273211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273211 is #D8CDEE. Grayscale: #2B2B2B. Windows color (decimal): -14208495 or 1126951. OLE color: 1126951.

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

Color convert

RGB 39 50 17 -
CMYK 0.22 0 0.66 0.80
HSL 80º 0.49% 0.13% -
HSV(B) 80º 0.66% 0.2% -
XYZ 2.08 2.75 0.95 -
YUV 42.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 39 50 17 0.22 0 0.66 0.80 80 0.49 0.13
Hex 27 32 11 16 0 42 50 50 31 D
Octal 47 62 21 26 0 102 120 120 61 15
Binary 100111 110010 10001 10110 0 1000010 1010000 1010000 110001 1101

Color Harmonies of #273211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273211

Black with #273211

Text Example


Text Example

White with #273211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273211; }

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

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

background-color css

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

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

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

border-color css

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

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

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