Html Css Color HEX #28311B Pine Tree

📋 copy color: '#28311B'

red 40 ◦ green 49 ◦ blue 27

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

Shades of Pine Tree #28311B

Tints of Pine Tree #28311B

RGB

 RED value IS 40 (16.02% from 255) = 34.48%

 GREEN value IS 49 (19.53% from 255) = 42.24%

 BLUE value IS 27 (10.94% from 255) = 23.28%

R = 34.48%
G = 42.24%
B = 23.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.81

RGB Variations

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

Color information

#28311B (or 0x28311B) is known color: Pine Tree. HEX triplet: 28, 31 and 1B. RGB value is (40,49,27). Sum of RGB (Red+Green+Blue) = 40+49+27=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #28311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28311B is #D7CEE4. Grayscale: #2B2B2B. Windows color (decimal): -14143205 or 1782056. OLE color: 1782056.

HSL color Cylindrical-coordinate representation of color #28311B: hue angle of 84.55º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #28311B is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 49 27 -
CMYK 0.18 0 0.45 0.81
HSL 84.55º 0.29% 0.15% -
HSV(B) 84.55º 0.45% 0.19% -
XYZ 2.17 2.73 1.45 -
YUV 43.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 40 49 27 0.18 0 0.45 0.81 84.55 0.29 0.15
Hex 28 31 1B 12 0 2D 51 55 1D F
Octal 50 61 33 22 0 55 121 125 35 17
Binary 101000 110001 11011 10010 0 101101 1010001 1010101 11101 1111

Color Harmonies of #28311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28311B

Black with #28311B

Text Example


Text Example

White with #28311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28311B; }

 p { color: rgb(40,49,27); }

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

background-color css

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

 a { background-color: rgb(40,49,27); }

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

border-color css

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

 span { border-color: rgb(40,49,27); }

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