Html Css Color HEX #28311F Pine Tree

📋 copy color: '#28311F'

red 40 ◦ green 49 ◦ blue 31

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

Shades of Pine Tree #28311F

Tints of Pine Tree #28311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 33.33%
G = 40.83%
B = 25.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#28311F (or 0x28311F) is known color: Pine Tree. HEX triplet: 28, 31 and 1F. RGB value is (40,49,31). Sum of RGB (Red+Green+Blue) = 40+49+31=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #28311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28311F is #D7CEE0. Grayscale: #2C2C2C. Windows color (decimal): -14143201 or 2044200. OLE color: 2044200.

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

Color convert

RGB 40 49 31 -
CMYK 0.18 0 0.37 0.81
HSL 90º 0.23% 0.16% -
HSV(B) 90º 0.37% 0.19% -
XYZ 2.22 2.75 1.71 -
YUV 44.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 40 49 31 0.18 0 0.37 0.81 90 0.23 0.16
Hex 28 31 1F 12 0 25 51 5A 16 10
Octal 50 61 37 22 0 45 121 132 26 20
Binary 101000 110001 11111 10010 0 100101 1010001 1011010 10110 10000

Color Harmonies of #28311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28311F

Black with #28311F

Text Example


Text Example

White with #28311F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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