Html Css Color HEX #273412 Pine Tree

📋 copy color: '#273412'

red 39 ◦ green 52 ◦ blue 18

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

Shades of Pine Tree #273412

Tints of Pine Tree #273412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.51%

R = 35.78%
G = 47.71%
B = 16.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#273412 (or 0x273412) is known color: Pine Tree. HEX triplet: 27, 34 and 12. RGB value is (39,52,18). Sum of RGB (Red+Green+Blue) = 39+52+18=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #273412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273412 is #D8CBED. Grayscale: #2C2C2C. Windows color (decimal): -14207982 or 1192999. OLE color: 1192999.

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

Color convert

RGB 39 52 18 -
CMYK 0.25 0 0.65 0.80
HSL 82.94º 0.49% 0.14% -
HSV(B) 82.94º 0.65% 0.2% -
XYZ 2.17 2.93 1.02 -
YUV 44.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 39 52 18 0.25 0 0.65 0.80 82.94 0.49 0.14
Hex 27 34 12 19 0 41 50 53 31 E
Octal 47 64 22 31 0 101 120 123 61 16
Binary 100111 110100 10010 11001 0 1000001 1010000 1010011 110001 1110

Color Harmonies of #273412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273412

Black with #273412

Text Example


Text Example

White with #273412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273412; }

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

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

background-color css

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

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

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

border-color css

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

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

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