Html Css Color HEX #273013 Pine Tree

📋 copy color: '#273013'

red 39 ◦ green 48 ◦ blue 19

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

Shades of Pine Tree #273013

Tints of Pine Tree #273013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.92%

R = 36.79%
G = 45.28%
B = 17.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#273013 (or 0x273013) is known color: Pine Tree. HEX triplet: 27, 30 and 13. RGB value is (39,48,19). Sum of RGB (Red+Green+Blue) = 39+48+19=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #273013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273013 is #D8CFEC. Grayscale: #2A2A2A. Windows color (decimal): -14209005 or 1257511. OLE color: 1257511.

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

Color convert

RGB 39 48 19 -
CMYK 0.19 0 0.60 0.81
HSL 78.62º 0.43% 0.13% -
HSV(B) 78.62º 0.6% 0.19% -
XYZ 2.01 2.59 1.01 -
YUV 42 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 39 48 19 0.19 0 0.60 0.81 78.62 0.43 0.13
Hex 27 30 13 13 0 3C 51 4F 2B D
Octal 47 60 23 23 0 74 121 117 53 15
Binary 100111 110000 10011 10011 0 111100 1010001 1001111 101011 1101

Color Harmonies of #273013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273013

Black with #273013

Text Example


Text Example

White with #273013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273013; }

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

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

background-color css

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

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

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

border-color css

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

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

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