Html Css Color HEX #28502B Parsley

📋 copy color: '#28502B'

red 40 ◦ green 80 ◦ blue 43

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

Shades of Parsley #28502B

Tints of Parsley #28502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.38%

R = 24.54%
G = 49.08%
B = 26.38%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#28502B (or 0x28502B) is known color: Parsley. HEX triplet: 28, 50 and 2B. RGB value is (40,80,43). Sum of RGB (Red+Green+Blue) = 40+80+43=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #28502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28502B is #D7AFD4. Grayscale: #3F3F3F. Windows color (decimal): -14135253 or 2838568. OLE color: 2838568.

HSL color Cylindrical-coordinate representation of color #28502B: hue angle of 124.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 #28502B is Cyan = 0.5, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 80 43 -
CMYK 0.5 0 0.46 0.69
HSL 124.5º 0.33% 0.24% -
HSV(B) 124.5º 0.5% 0.31% -
XYZ 4.18 6.36 3.29 -
YUV 63.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 40 80 43 0.5 0 0.46 0.69 124.5 0.33 0.24
Hex 28 50 2B 32 0 2E 45 7C 21 18
Octal 50 120 53 62 0 56 105 174 41 30
Binary 101000 1010000 101011 110010 0 101110 1000101 1111100 100001 11000

Color Harmonies of #28502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28502B

Black with #28502B

Text Example


Text Example

White with #28502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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