Html Css Color HEX #225028 Parsley

📋 copy color: '#225028'

red 34 ◦ green 80 ◦ blue 40

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

Shades of Parsley #225028

Tints of Parsley #225028

RGB

 RED value IS 34 (13.67% from 255) = 22.08%

 GREEN value IS 80 (31.64% from 255) = 51.95%

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 22.08%
G = 51.95%
B = 25.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#225028 (or 0x225028) is known color: Parsley. HEX triplet: 22, 50 and 28. RGB value is (34,80,40). Sum of RGB (Red+Green+Blue) = 34+80+40=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #225028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225028 is #DDAFD7. Grayscale: #3D3D3D. Windows color (decimal): -14528472 or 2641954. OLE color: 2641954.

HSL color Cylindrical-coordinate representation of color #225028: hue angle of 127.83º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225028 is Cyan = 0.58, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 80 40 -
CMYK 0.58 0 0.5 0.69
HSL 127.83º 0.4% 0.22% -
HSV(B) 127.83º 0.58% 0.31% -
XYZ 3.91 6.23 3 -
YUV 61.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 34 80 40 0.58 0 0.5 0.69 127.83 0.4 0.22
Hex 22 50 28 3A 0 32 45 80 28 16
Octal 42 120 50 72 0 62 105 200 50 26
Binary 100010 1010000 101000 111010 0 110010 1000101 10000000 101000 10110

Color Harmonies of #225028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225028

Black with #225028

Text Example


Text Example

White with #225028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225028; }

 p { color: rgb(34,80,40); }

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

background-color css

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

 a { background-color: rgb(34,80,40); }

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

border-color css

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

 span { border-color: rgb(34,80,40); }

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