Html Css Color HEX #273119 Pine Tree

📋 copy color: '#273119'

red 39 ◦ green 49 ◦ blue 25

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

Shades of Pine Tree #273119

Tints of Pine Tree #273119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 43.36%

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 34.51%
G = 43.36%
B = 22.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#273119 (or 0x273119) is known color: Pine Tree. HEX triplet: 27, 31 and 19. RGB value is (39,49,25). Sum of RGB (Red+Green+Blue) = 39+49+25=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 49 - color contains mainly: green. Hex color #273119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273119 is #D8CEE6. Grayscale: #2B2B2B. Windows color (decimal): -14208743 or 1650983. OLE color: 1650983.

HSL color Cylindrical-coordinate representation of color #273119: hue angle of 85º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #273119 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 49 25 -
CMYK 0.20 0 0.49 0.81
HSL 85º 0.32% 0.15% -
HSV(B) 85º 0.49% 0.19% -
XYZ 2.11 2.7 1.33 -
YUV 43.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 39 49 25 0.20 0 0.49 0.81 85 0.32 0.15
Hex 27 31 19 14 0 31 51 55 20 F
Octal 47 61 31 24 0 61 121 125 40 17
Binary 100111 110001 11001 10100 0 110001 1010001 1010101 100000 1111

Color Harmonies of #273119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273119

Black with #273119

Text Example


Text Example

White with #273119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273119; }

 p { color: rgb(39,49,25); }

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

background-color css

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

 a { background-color: rgb(39,49,25); }

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

border-color css

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

 span { border-color: rgb(39,49,25); }

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