Html Css Color HEX #28502F Parsley

📋 copy color: '#28502F'

red 40 ◦ green 80 ◦ blue 47

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

Shades of Parsley #28502F

Tints of Parsley #28502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 23.95%
G = 47.9%
B = 28.14%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#28502F (or 0x28502F) is known color: Parsley. HEX triplet: 28, 50 and 2F. RGB value is (40,80,47). Sum of RGB (Red+Green+Blue) = 40+80+47=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #28502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28502F is #D7AFD0. Grayscale: #404040. Windows color (decimal): -14135249 or 3100712. OLE color: 3100712.

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

Color convert

RGB 40 80 47 -
CMYK 0.5 0 0.41 0.69
HSL 130.5º 0.33% 0.24% -
HSV(B) 130.5º 0.5% 0.31% -
XYZ 4.26 6.39 3.7 -
YUV 64.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 40 80 47 0.5 0 0.41 0.69 130.5 0.33 0.24
Hex 28 50 2F 32 0 29 45 82 21 18
Octal 50 120 57 62 0 51 105 202 41 30
Binary 101000 1010000 101111 110010 0 101001 1000101 10000010 100001 11000

Color Harmonies of #28502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28502F

Black with #28502F

Text Example


Text Example

White with #28502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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