Html Css Color HEX #273212 Pine Tree

📋 copy color: '#273212'

red 39 ◦ green 50 ◦ blue 18

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

Shades of Pine Tree #273212

Tints of Pine Tree #273212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 46.73%

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

R = 36.45%
G = 46.73%
B = 16.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#273212 (or 0x273212) is known color: Pine Tree. HEX triplet: 27, 32 and 12. RGB value is (39,50,18). Sum of RGB (Red+Green+Blue) = 39+50+18=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #273212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273212 is #D8CDED. Grayscale: #2B2B2B. Windows color (decimal): -14208494 or 1192487. OLE color: 1192487.

HSL color Cylindrical-coordinate representation of color #273212: hue angle of 80.62º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #273212 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 50 18 -
CMYK 0.22 0 0.64 0.80
HSL 80.63º 0.47% 0.13% -
HSV(B) 80.63º 0.64% 0.2% -
XYZ 2.09 2.76 0.99 -
YUV 43.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 39 50 18 0.22 0 0.64 0.80 80.63 0.47 0.13
Hex 27 32 12 16 0 40 50 51 2F D
Octal 47 62 22 26 0 100 120 121 57 15
Binary 100111 110010 10010 10110 0 1000000 1010000 1010001 101111 1101

Color Harmonies of #273212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273212

Black with #273212

Text Example


Text Example

White with #273212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273212; }

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

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

background-color css

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

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

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

border-color css

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

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

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