Html Css Color HEX #28522A Parsley

📋 copy color: '#28522A'

red 40 ◦ green 82 ◦ blue 42

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

Shades of Parsley #28522A

Tints of Parsley #28522A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.61%

R = 24.39%
G = 50%
B = 25.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#28522A (or 0x28522A) is known color: Parsley. HEX triplet: 28, 52 and 2A. RGB value is (40,82,42). Sum of RGB (Red+Green+Blue) = 40+82+42=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #28522A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28522A is #D7ADD5. Grayscale: #414141. Windows color (decimal): -14134742 or 2773544. OLE color: 2773544.

HSL color Cylindrical-coordinate representation of color #28522A: hue angle of 122.86º 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 #28522A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 82 42 -
CMYK 0.51 0 0.49 0.68
HSL 122.86º 0.34% 0.24% -
HSV(B) 122.86º 0.51% 0.32% -
XYZ 4.31 6.65 3.25 -
YUV 64.88 115.09 110.25 -
System Red Green Blue C M Y K H S L
Decimal 40 82 42 0.51 0 0.49 0.68 122.86 0.34 0.24
Hex 28 52 2A 33 0 31 44 7B 22 18
Octal 50 122 52 63 0 61 104 173 42 30
Binary 101000 1010010 101010 110011 0 110001 1000100 1111011 100010 11000

Color Harmonies of #28522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28522A

Black with #28522A

Text Example


Text Example

White with #28522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28522A; }

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

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

background-color css

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

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

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

border-color css

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

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

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