Html Css Color HEX #273613 Pine Tree

📋 copy color: '#273613'

red 39 ◦ green 54 ◦ blue 19

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

Shades of Pine Tree #273613

Tints of Pine Tree #273613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 48.21%

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

R = 34.82%
G = 48.21%
B = 16.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#273613 (or 0x273613) is known color: Pine Tree. HEX triplet: 27, 36 and 13. RGB value is (39,54,19). Sum of RGB (Red+Green+Blue) = 39+54+19=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #273613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273613 is #D8C9EC. Grayscale: #2D2D2D. Windows color (decimal): -14207469 or 1259047. OLE color: 1259047.

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

Color convert

RGB 39 54 19 -
CMYK 0.28 0 0.65 0.79
HSL 85.71º 0.48% 0.14% -
HSV(B) 85.71º 0.65% 0.21% -
XYZ 2.27 3.12 1.1 -
YUV 45.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 39 54 19 0.28 0 0.65 0.79 85.71 0.48 0.14
Hex 27 36 13 1C 0 41 4F 56 30 E
Octal 47 66 23 34 0 101 117 126 60 16
Binary 100111 110110 10011 11100 0 1000001 1001111 1010110 110000 1110

Color Harmonies of #273613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273613

Black with #273613

Text Example


Text Example

White with #273613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273613; }

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

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

background-color css

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

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

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

border-color css

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

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

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