Html Css Color HEX #28321D Pine Tree

📋 copy color: '#28321D'

red 40 ◦ green 50 ◦ blue 29

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

Shades of Pine Tree #28321D

Tints of Pine Tree #28321D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.37%

R = 33.61%
G = 42.02%
B = 24.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#28321D (or 0x28321D) is known color: Pine Tree. HEX triplet: 28, 32 and 1D. RGB value is (40,50,29). Sum of RGB (Red+Green+Blue) = 40+50+29=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #28321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28321D is #D7CDE2. Grayscale: #2C2C2C. Windows color (decimal): -14142947 or 1913384. OLE color: 1913384.

HSL color Cylindrical-coordinate representation of color #28321D: hue angle of 88.57º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #28321D is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 50 29 -
CMYK 0.20 0 0.42 0.80
HSL 88.57º 0.27% 0.15% -
HSV(B) 88.57º 0.42% 0.2% -
XYZ 2.24 2.82 1.59 -
YUV 44.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 40 50 29 0.20 0 0.42 0.80 88.57 0.27 0.15
Hex 28 32 1D 14 0 2A 50 59 1B F
Octal 50 62 35 24 0 52 120 131 33 17
Binary 101000 110010 11101 10100 0 101010 1010000 1011001 11011 1111

Color Harmonies of #28321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28321D

Black with #28321D

Text Example


Text Example

White with #28321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28321D; }

 p { color: rgb(40,50,29); }

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

background-color css

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

 a { background-color: rgb(40,50,29); }

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

border-color css

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

 span { border-color: rgb(40,50,29); }

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