Html Css Color HEX #28502D Parsley

📋 copy color: '#28502D'

red 40 ◦ green 80 ◦ blue 45

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

Shades of Parsley #28502D

Tints of Parsley #28502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.48%

 BLUE value IS 45 (17.97% from 255) = 27.27%

R = 24.24%
G = 48.48%
B = 27.27%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#28502D (or 0x28502D) is known color: Parsley. HEX triplet: 28, 50 and 2D. RGB value is (40,80,45). Sum of RGB (Red+Green+Blue) = 40+80+45=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #28502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28502D is #D7AFD2. Grayscale: #404040. Windows color (decimal): -14135251 or 2969640. OLE color: 2969640.

HSL color Cylindrical-coordinate representation of color #28502D: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #28502D is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 80 45 -
CMYK 0.5 0 0.44 0.69
HSL 127.5º 0.33% 0.24% -
HSV(B) 127.5º 0.5% 0.31% -
XYZ 4.22 6.38 3.49 -
YUV 64.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 40 80 45 0.5 0 0.44 0.69 127.5 0.33 0.24
Hex 28 50 2D 32 0 2C 45 80 21 18
Octal 50 120 55 62 0 54 105 200 41 30
Binary 101000 1010000 101101 110010 0 101100 1000101 10000000 100001 11000

Color Harmonies of #28502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28502D

Black with #28502D

Text Example


Text Example

White with #28502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,80,45); }

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

background-color css

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

 a { background-color: rgb(40,80,45); }

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

border-color css

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

 span { border-color: rgb(40,80,45); }

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