Html Css Color HEX #273311 Pine Tree

📋 copy color: '#273311'

red 39 ◦ green 51 ◦ blue 17

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

Shades of Pine Tree #273311

Tints of Pine Tree #273311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 47.66%

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

R = 36.45%
G = 47.66%
B = 15.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#273311 (or 0x273311) is known color: Pine Tree. HEX triplet: 27, 33 and 11. RGB value is (39,51,17). Sum of RGB (Red+Green+Blue) = 39+51+17=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #273311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273311 is #D8CCEE. Grayscale: #2B2B2B. Windows color (decimal): -14208239 or 1127207. OLE color: 1127207.

HSL color Cylindrical-coordinate representation of color #273311: hue angle of 81.18º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #273311 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB 39 51 17 -
CMYK 0.24 0 0.67 0.8
HSL 81.18º 0.5% 0.13% -
HSV(B) 81.18º 0.67% 0.2% -
XYZ 2.12 2.84 0.97 -
YUV 43.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 39 51 17 0.24 0 0.67 0.8 81.18 0.5 0.13
Hex 27 33 11 18 0 43 50 51 32 D
Octal 47 63 21 30 0 103 120 121 62 15
Binary 100111 110011 10001 11000 0 1000011 1010000 1010001 110010 1101

Color Harmonies of #273311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273311

Black with #273311

Text Example


Text Example

White with #273311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273311; }

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

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

background-color css

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

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

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

border-color css

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

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

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