Html Css Color HEX #273316 Pine Tree

📋 copy color: '#273316'

red 39 ◦ green 51 ◦ blue 22

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

Shades of Pine Tree #273316

Tints of Pine Tree #273316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.64%

R = 34.82%
G = 45.54%
B = 19.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#273316 (or 0x273316) is known color: Pine Tree. HEX triplet: 27, 33 and 16. RGB value is (39,51,22). Sum of RGB (Red+Green+Blue) = 39+51+22=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #273316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273316 is #D8CCE9. Grayscale: #2C2C2C. Windows color (decimal): -14208234 or 1454887. OLE color: 1454887.

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

Color convert

RGB 39 51 22 -
CMYK 0.24 0 0.57 0.8
HSL 84.83º 0.4% 0.14% -
HSV(B) 84.83º 0.57% 0.2% -
XYZ 2.17 2.86 1.2 -
YUV 44.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 39 51 22 0.24 0 0.57 0.8 84.83 0.4 0.14
Hex 27 33 16 18 0 39 50 55 28 E
Octal 47 63 26 30 0 71 120 125 50 16
Binary 100111 110011 10110 11000 0 111001 1010000 1010101 101000 1110

Color Harmonies of #273316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273316

Black with #273316

Text Example


Text Example

White with #273316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273316; }

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

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

background-color css

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

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

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

border-color css

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

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

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