Html Css Color HEX #273312 Pine Tree

📋 copy color: '#273312'

red 39 ◦ green 51 ◦ blue 18

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

Shades of Pine Tree #273312

Tints of Pine Tree #273312

RGB

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

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

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

R = 36.11%
G = 47.22%
B = 16.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#273312 (or 0x273312) is known color: Pine Tree. HEX triplet: 27, 33 and 12. RGB value is (39,51,18). Sum of RGB (Red+Green+Blue) = 39+51+18=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #273312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273312 is #D8CCED. Grayscale: #2B2B2B. Windows color (decimal): -14208238 or 1192743. OLE color: 1192743.

HSL color Cylindrical-coordinate representation of color #273312: hue angle of 81.82º degrees, saturation: 0.48, 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 #273312 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 39 51 18 -
CMYK 0.24 0 0.65 0.8
HSL 81.82º 0.48% 0.14% -
HSV(B) 81.82º 0.65% 0.2% -
XYZ 2.13 2.84 1.01 -
YUV 43.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 39 51 18 0.24 0 0.65 0.8 81.82 0.48 0.14
Hex 27 33 12 18 0 41 50 52 30 E
Octal 47 63 22 30 0 101 120 122 60 16
Binary 100111 110011 10010 11000 0 1000001 1010000 1010010 110000 1110

Color Harmonies of #273312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273312

Black with #273312

Text Example


Text Example

White with #273312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273312; }

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

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

background-color css

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

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

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

border-color css

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

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

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