Html Css Color HEX #28552A Parsley

📋 copy color: '#28552A'

red 40 ◦ green 85 ◦ blue 42

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

Shades of Parsley #28552A

Tints of Parsley #28552A

RGB

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

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

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

R = 23.95%
G = 50.9%
B = 25.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#28552A (or 0x28552A) is known color: Parsley. HEX triplet: 28, 55 and 2A. RGB value is (40,85,42). Sum of RGB (Red+Green+Blue) = 40+85+42=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #28552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28552A is #D7AAD5. Grayscale: #424242. Windows color (decimal): -14133974 or 2774312. OLE color: 2774312.

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

Color convert

RGB 40 85 42 -
CMYK 0.53 0 0.51 0.67
HSL 122.67º 0.36% 0.25% -
HSV(B) 122.67º 0.53% 0.33% -
XYZ 4.54 7.12 3.32 -
YUV 66.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 40 85 42 0.53 0 0.51 0.67 122.67 0.36 0.25
Hex 28 55 2A 35 0 33 43 7B 24 19
Octal 50 125 52 65 0 63 103 173 44 31
Binary 101000 1010101 101010 110101 0 110011 1000011 1111011 100100 11001

Color Harmonies of #28552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28552A

Black with #28552A

Text Example


Text Example

White with #28552A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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