Html Css Color HEX #273118 Pine Tree

📋 copy color: '#273118'

red 39 ◦ green 49 ◦ blue 24

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

Shades of Pine Tree #273118

Tints of Pine Tree #273118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 34.82%
G = 43.75%
B = 21.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#273118 (or 0x273118) is known color: Pine Tree. HEX triplet: 27, 31 and 18. RGB value is (39,49,24). Sum of RGB (Red+Green+Blue) = 39+49+24=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #273118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273118 is #D8CEE7. Grayscale: #2B2B2B. Windows color (decimal): -14208744 or 1585447. OLE color: 1585447.

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

Color convert

RGB 39 49 24 -
CMYK 0.20 0 0.51 0.81
HSL 84º 0.34% 0.14% -
HSV(B) 84º 0.51% 0.19% -
XYZ 2.1 2.69 1.27 -
YUV 43.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 39 49 24 0.20 0 0.51 0.81 84 0.34 0.14
Hex 27 31 18 14 0 33 51 54 22 E
Octal 47 61 30 24 0 63 121 124 42 16
Binary 100111 110001 11000 10100 0 110011 1010001 1010100 100010 1110

Color Harmonies of #273118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273118

Black with #273118

Text Example


Text Example

White with #273118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273118; }

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

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

background-color css

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

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

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

border-color css

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

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

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