Html Css Color HEX #28522F Parsley

📋 copy color: '#28522F'

red 40 ◦ green 82 ◦ blue 47

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

Shades of Parsley #28522F

Tints of Parsley #28522F

RGB

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

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

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

R = 23.67%
G = 48.52%
B = 27.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#28522F (or 0x28522F) is known color: Parsley. HEX triplet: 28, 52 and 2F. RGB value is (40,82,47). Sum of RGB (Red+Green+Blue) = 40+82+47=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #28522F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28522F is #D7ADD0. Grayscale: #414141. Windows color (decimal): -14134737 or 3101224. OLE color: 3101224.

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

Color convert

RGB 40 82 47 -
CMYK 0.51 0 0.43 0.68
HSL 130º 0.34% 0.24% -
HSV(B) 130º 0.51% 0.32% -
XYZ 4.41 6.69 3.75 -
YUV 65.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 40 82 47 0.51 0 0.43 0.68 130 0.34 0.24
Hex 28 52 2F 33 0 2B 44 82 22 18
Octal 50 122 57 63 0 53 104 202 42 30
Binary 101000 1010010 101111 110011 0 101011 1000100 10000010 100010 11000

Color Harmonies of #28522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28522F

Black with #28522F

Text Example


Text Example

White with #28522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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