Html Css Color HEX #28552F Parsley

📋 copy color: '#28552F'

red 40 ◦ green 85 ◦ blue 47

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

Shades of Parsley #28552F

Tints of Parsley #28552F

RGB

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

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

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

R = 23.26%
G = 49.42%
B = 27.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#28552F (or 0x28552F) is known color: Parsley. HEX triplet: 28, 55 and 2F. RGB value is (40,85,47). Sum of RGB (Red+Green+Blue) = 40+85+47=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #28552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28552F is #D7AAD0. Grayscale: #434343. Windows color (decimal): -14133969 or 3101992. OLE color: 3101992.

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

Color convert

RGB 40 85 47 -
CMYK 0.53 0 0.45 0.67
HSL 129.33º 0.36% 0.25% -
HSV(B) 129.33º 0.53% 0.33% -
XYZ 4.64 7.15 3.83 -
YUV 67.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 40 85 47 0.53 0 0.45 0.67 129.33 0.36 0.25
Hex 28 55 2F 35 0 2D 43 81 24 19
Octal 50 125 57 65 0 55 103 201 44 31
Binary 101000 1010101 101111 110101 0 101101 1000011 10000001 100100 11001

Color Harmonies of #28552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28552F

Black with #28552F

Text Example


Text Example

White with #28552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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