Html Css Color HEX #28582A Parsley

📋 copy color: '#28582A'

red 40 ◦ green 88 ◦ blue 42

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

Shades of Parsley #28582A

Tints of Parsley #28582A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.76%

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

R = 23.53%
G = 51.76%
B = 24.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#28582A (or 0x28582A) is known color: Parsley. HEX triplet: 28, 58 and 2A. RGB value is (40,88,42). Sum of RGB (Red+Green+Blue) = 40+88+42=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #28582A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28582A is #D7A7D5. Grayscale: #444444. Windows color (decimal): -14133206 or 2775080. OLE color: 2775080.

HSL color Cylindrical-coordinate representation of color #28582A: hue angle of 122.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #28582A is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 88 42 -
CMYK 0.55 0 0.52 0.65
HSL 122.5º 0.38% 0.25% -
HSV(B) 122.5º 0.55% 0.35% -
XYZ 4.78 7.6 3.4 -
YUV 68.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 40 88 42 0.55 0 0.52 0.65 122.5 0.38 0.25
Hex 28 58 2A 37 0 34 41 7B 26 19
Octal 50 130 52 67 0 64 101 173 46 31
Binary 101000 1011000 101010 110111 0 110100 1000001 1111011 100110 11001

Color Harmonies of #28582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28582A

Black with #28582A

Text Example


Text Example

White with #28582A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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