Html Css Color HEX #28321C Pine Tree

📋 copy color: '#28321C'

red 40 ◦ green 50 ◦ blue 28

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

Shades of Pine Tree #28321C

Tints of Pine Tree #28321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.73%

R = 33.9%
G = 42.37%
B = 23.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#28321C (or 0x28321C) is known color: Pine Tree. HEX triplet: 28, 32 and 1C. RGB value is (40,50,28). Sum of RGB (Red+Green+Blue) = 40+50+28=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #28321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28321C is #D7CDE3. Grayscale: #2C2C2C. Windows color (decimal): -14142948 or 1847848. OLE color: 1847848.

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

Color convert

RGB 40 50 28 -
CMYK 0.20 0 0.44 0.80
HSL 87.27º 0.28% 0.15% -
HSV(B) 87.27º 0.44% 0.2% -
XYZ 2.23 2.82 1.52 -
YUV 44.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 40 50 28 0.20 0 0.44 0.80 87.27 0.28 0.15
Hex 28 32 1C 14 0 2C 50 57 1C F
Octal 50 62 34 24 0 54 120 127 34 17
Binary 101000 110010 11100 10100 0 101100 1010000 1010111 11100 1111

Color Harmonies of #28321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28321C

Black with #28321C

Text Example


Text Example

White with #28321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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