Html Css Color HEX #273413 Pine Tree

📋 copy color: '#273413'

red 39 ◦ green 52 ◦ blue 19

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

Shades of Pine Tree #273413

Tints of Pine Tree #273413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.27%

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

R = 35.45%
G = 47.27%
B = 17.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#273413 (or 0x273413) is known color: Pine Tree. HEX triplet: 27, 34 and 13. RGB value is (39,52,19). Sum of RGB (Red+Green+Blue) = 39+52+19=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #273413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273413 is #D8CBEC. Grayscale: #2C2C2C. Windows color (decimal): -14207981 or 1258535. OLE color: 1258535.

HSL color Cylindrical-coordinate representation of color #273413: hue angle of 83.64º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #273413 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 52 19 -
CMYK 0.25 0 0.63 0.80
HSL 83.64º 0.46% 0.14% -
HSV(B) 83.64º 0.63% 0.2% -
XYZ 2.18 2.93 1.07 -
YUV 44.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 39 52 19 0.25 0 0.63 0.80 83.64 0.46 0.14
Hex 27 34 13 19 0 3F 50 54 2E E
Octal 47 64 23 31 0 77 120 124 56 16
Binary 100111 110100 10011 11001 0 111111 1010000 1010100 101110 1110

Color Harmonies of #273413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273413

Black with #273413

Text Example


Text Example

White with #273413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273413; }

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

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

background-color css

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

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

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

border-color css

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

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

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