Html Css Color HEX #273310 Pine Tree

📋 copy color: '#273310'

red 39 ◦ green 51 ◦ blue 16

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

Shades of Pine Tree #273310

Tints of Pine Tree #273310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 48.11%

 BLUE value IS 16 (6.64% from 255) = 15.09%

R = 36.79%
G = 48.11%
B = 15.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#273310 (or 0x273310) is known color: Pine Tree. HEX triplet: 27, 33 and 10. RGB value is (39,51,16). Sum of RGB (Red+Green+Blue) = 39+51+16=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #273310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273310 is #D8CCEF. Grayscale: #2B2B2B. Windows color (decimal): -14208240 or 1061671. OLE color: 1061671.

HSL color Cylindrical-coordinate representation of color #273310: hue angle of 80.57º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #273310 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB 39 51 16 -
CMYK 0.24 0 0.69 0.8
HSL 80.57º 0.52% 0.13% -
HSV(B) 80.57º 0.69% 0.2% -
XYZ 2.11 2.84 0.93 -
YUV 43.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 39 51 16 0.24 0 0.69 0.8 80.57 0.52 0.13
Hex 27 33 10 18 0 45 50 51 34 D
Octal 47 63 20 30 0 105 120 121 64 15
Binary 100111 110011 10000 11000 0 1000101 1010000 1010001 110100 1101

Color Harmonies of #273310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273310

Black with #273310

Text Example


Text Example

White with #273310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273310; }

 p { color: rgb(39,51,16); }

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

background-color css

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

 a { background-color: rgb(39,51,16); }

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

border-color css

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

 span { border-color: rgb(39,51,16); }

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