Html Css Color HEX #273914 Pine Tree

📋 copy color: '#273914'

red 39 ◦ green 57 ◦ blue 20

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

Shades of Pine Tree #273914

Tints of Pine Tree #273914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 49.14%

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

R = 33.62%
G = 49.14%
B = 17.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#273914 (or 0x273914) is known color: Pine Tree. HEX triplet: 27, 39 and 14. RGB value is (39,57,20). Sum of RGB (Red+Green+Blue) = 39+57+20=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #273914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273914 is #D8C6EB. Grayscale: #2F2F2F. Windows color (decimal): -14206700 or 1325351. OLE color: 1325351.

HSL color Cylindrical-coordinate representation of color #273914: hue angle of 89.19º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #273914 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 57 20 -
CMYK 0.32 0 0.65 0.78
HSL 89.19º 0.48% 0.15% -
HSV(B) 89.19º 0.65% 0.22% -
XYZ 2.43 3.41 1.19 -
YUV 47.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 39 57 20 0.32 0 0.65 0.78 89.19 0.48 0.15
Hex 27 39 14 20 0 41 4E 59 30 F
Octal 47 71 24 40 0 101 116 131 60 17
Binary 100111 111001 10100 100000 0 1000001 1001110 1011001 110000 1111

Color Harmonies of #273914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273914

Black with #273914

Text Example


Text Example

White with #273914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273914; }

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

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

background-color css

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

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

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

border-color css

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

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

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