Html Css Color HEX #285529 Parsley

📋 copy color: '#285529'

red 40 ◦ green 85 ◦ blue 41

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

Shades of Parsley #285529

Tints of Parsley #285529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.7%

R = 24.1%
G = 51.2%
B = 24.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#285529 (or 0x285529) is known color: Parsley. HEX triplet: 28, 55 and 29. RGB value is (40,85,41). Sum of RGB (Red+Green+Blue) = 40+85+41=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #285529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285529 is #D7AAD6. Grayscale: #424242. Windows color (decimal): -14133975 or 2708776. OLE color: 2708776.

HSL color Cylindrical-coordinate representation of color #285529: hue angle of 121.33º 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 #285529 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 85 41 -
CMYK 0.53 0 0.52 0.67
HSL 121.33º 0.36% 0.25% -
HSV(B) 121.33º 0.53% 0.33% -
XYZ 4.52 7.11 3.23 -
YUV 66.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 40 85 41 0.53 0 0.52 0.67 121.33 0.36 0.25
Hex 28 55 29 35 0 34 43 79 24 19
Octal 50 125 51 65 0 64 103 171 44 31
Binary 101000 1010101 101001 110101 0 110100 1000011 1111001 100100 11001

Color Harmonies of #285529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285529

Black with #285529

Text Example


Text Example

White with #285529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285529; }

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

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

background-color css

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

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

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

border-color css

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

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

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