Html Css Color HEX #285228 Parsley

📋 copy color: '#285228'

red 40 ◦ green 82 ◦ blue 40

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

Shades of Parsley #285228

Tints of Parsley #285228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.62%

 BLUE value IS 40 (16.02% from 255) = 24.69%

R = 24.69%
G = 50.62%
B = 24.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#285228 (or 0x285228) is known color: Parsley. HEX triplet: 28, 52 and 28. RGB value is (40,82,40). Sum of RGB (Red+Green+Blue) = 40+82+40=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #285228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285228 is #D7ADD7. Grayscale: #404040. Windows color (decimal): -14134744 or 2642472. OLE color: 2642472.

HSL color Cylindrical-coordinate representation of color #285228: hue angle of 120º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #285228 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 82 40 -
CMYK 0.51 0 0.51 0.68
HSL 120º 0.34% 0.24% -
HSV(B) 120º 0.51% 0.32% -
XYZ 4.28 6.64 3.06 -
YUV 64.65 114.09 110.42 -
System Red Green Blue C M Y K H S L
Decimal 40 82 40 0.51 0 0.51 0.68 120 0.34 0.24
Hex 28 52 28 33 0 33 44 78 22 18
Octal 50 122 50 63 0 63 104 170 42 30
Binary 101000 1010010 101000 110011 0 110011 1000100 1111000 100010 11000

Color Harmonies of #285228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285228

Black with #285228

Text Example


Text Example

White with #285228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285228; }

 p { color: rgb(40,82,40); }

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

background-color css

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

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

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

border-color css

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

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

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