Html Css Color HEX #273014 Pine Tree

📋 copy color: '#273014'

red 39 ◦ green 48 ◦ blue 20

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

Shades of Pine Tree #273014

Tints of Pine Tree #273014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.86%

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

R = 36.45%
G = 44.86%
B = 18.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#273014 (or 0x273014) is known color: Pine Tree. HEX triplet: 27, 30 and 14. RGB value is (39,48,20). Sum of RGB (Red+Green+Blue) = 39+48+20=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #273014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273014 is #D8CFEB. Grayscale: #2A2A2A. Windows color (decimal): -14209004 or 1323047. OLE color: 1323047.

HSL color Cylindrical-coordinate representation of color #273014: hue angle of 79.29º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #273014 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 48 20 -
CMYK 0.19 0 0.58 0.81
HSL 79.29º 0.41% 0.13% -
HSV(B) 79.29º 0.58% 0.19% -
XYZ 2.02 2.6 1.06 -
YUV 42.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 39 48 20 0.19 0 0.58 0.81 79.29 0.41 0.13
Hex 27 30 14 13 0 3A 51 4F 29 D
Octal 47 60 24 23 0 72 121 117 51 15
Binary 100111 110000 10100 10011 0 111010 1010001 1001111 101001 1101

Color Harmonies of #273014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273014

Black with #273014

Text Example


Text Example

White with #273014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273014; }

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

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

background-color css

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

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

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

border-color css

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

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

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