Html Css Color HEX #285531 Parsley

📋 copy color: '#285531'

red 40 ◦ green 85 ◦ blue 49

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

Shades of Parsley #285531

Tints of Parsley #285531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.85%

 BLUE value IS 49 (19.53% from 255) = 28.16%

R = 22.99%
G = 48.85%
B = 28.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#285531 (or 0x285531) is known color: Parsley. HEX triplet: 28, 55 and 31. RGB value is (40,85,49). Sum of RGB (Red+Green+Blue) = 40+85+49=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #285531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285531 is #D7AACE. Grayscale: #434343. Windows color (decimal): -14133967 or 3233064. OLE color: 3233064.

HSL color Cylindrical-coordinate representation of color #285531: hue angle of 132º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285531 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 85 49 -
CMYK 0.53 0 0.42 0.67
HSL 132º 0.36% 0.25% -
HSV(B) 132º 0.53% 0.33% -
XYZ 4.68 7.17 4.04 -
YUV 67.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 40 85 49 0.53 0 0.42 0.67 132 0.36 0.25
Hex 28 55 31 35 0 2A 43 84 24 19
Octal 50 125 61 65 0 52 103 204 44 31
Binary 101000 1010101 110001 110101 0 101010 1000011 10000100 100100 11001

Color Harmonies of #285531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285531

Black with #285531

Text Example


Text Example

White with #285531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285531; }

 p { color: rgb(40,85,49); }

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

background-color css

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

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

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

border-color css

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

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

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