Html Css Color HEX #273514 Pine Tree

📋 copy color: '#273514'

red 39 ◦ green 53 ◦ blue 20

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

Shades of Pine Tree #273514

Tints of Pine Tree #273514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 47.32%

 BLUE value IS 20 (8.2% from 255) = 17.86%

R = 34.82%
G = 47.32%
B = 17.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#273514 (or 0x273514) is known color: Pine Tree. HEX triplet: 27, 35 and 14. RGB value is (39,53,20). Sum of RGB (Red+Green+Blue) = 39+53+20=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 53 - color contains mainly: green. Hex color #273514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273514 is #D8CAEB. Grayscale: #2D2D2D. Windows color (decimal): -14207724 or 1324327. OLE color: 1324327.

HSL color Cylindrical-coordinate representation of color #273514: hue angle of 85.45º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #273514 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 53 20 -
CMYK 0.26 0 0.62 0.79
HSL 85.45º 0.45% 0.14% -
HSV(B) 85.45º 0.62% 0.21% -
XYZ 2.24 3.03 1.13 -
YUV 45.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 39 53 20 0.26 0 0.62 0.79 85.45 0.45 0.14
Hex 27 35 14 1A 0 3E 4F 55 2D E
Octal 47 65 24 32 0 76 117 125 55 16
Binary 100111 110101 10100 11010 0 111110 1001111 1010101 101101 1110

Color Harmonies of #273514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273514

Black with #273514

Text Example


Text Example

White with #273514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273514; }

 p { color: rgb(39,53,20); }

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

background-color css

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

 a { background-color: rgb(39,53,20); }

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

border-color css

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

 span { border-color: rgb(39,53,20); }

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