Html Css Color HEX #273213 Pine Tree

📋 copy color: '#273213'

red 39 ◦ green 50 ◦ blue 19

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

Shades of Pine Tree #273213

Tints of Pine Tree #273213

RGB

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

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

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

R = 36.11%
G = 46.3%
B = 17.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#273213 (or 0x273213) is known color: Pine Tree. HEX triplet: 27, 32 and 13. RGB value is (39,50,19). Sum of RGB (Red+Green+Blue) = 39+50+19=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #273213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273213 is #D8CDEC. Grayscale: #2B2B2B. Windows color (decimal): -14208493 or 1258023. OLE color: 1258023.

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

Color convert

RGB 39 50 19 -
CMYK 0.22 0 0.62 0.80
HSL 81.29º 0.45% 0.14% -
HSV(B) 81.29º 0.62% 0.2% -
XYZ 2.09 2.76 1.04 -
YUV 43.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 39 50 19 0.22 0 0.62 0.80 81.29 0.45 0.14
Hex 27 32 13 16 0 3E 50 51 2D E
Octal 47 62 23 26 0 76 120 121 55 16
Binary 100111 110010 10011 10110 0 111110 1010000 1010001 101101 1110

Color Harmonies of #273213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273213

Black with #273213

Text Example


Text Example

White with #273213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273213; }

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

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

background-color css

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

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

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

border-color css

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

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

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