Html Css Color HEX #225129 Parsley

📋 copy color: '#225129'

red 34 ◦ green 81 ◦ blue 41

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

Shades of Parsley #225129

Tints of Parsley #225129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.92%

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

R = 21.79%
G = 51.92%
B = 26.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#225129 (or 0x225129) is known color: Parsley. HEX triplet: 22, 51 and 29. RGB value is (34,81,41). Sum of RGB (Red+Green+Blue) = 34+81+41=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #225129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225129 is #DDAED6. Grayscale: #3E3E3E. Windows color (decimal): -14528215 or 2707746. OLE color: 2707746.

HSL color Cylindrical-coordinate representation of color #225129: hue angle of 128.94º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #225129 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 81 41 -
CMYK 0.58 0 0.49 0.68
HSL 128.94º 0.41% 0.23% -
HSV(B) 128.94º 0.58% 0.32% -
XYZ 4 6.39 3.12 -
YUV 62.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 34 81 41 0.58 0 0.49 0.68 128.94 0.41 0.23
Hex 22 51 29 3A 0 31 44 81 29 17
Octal 42 121 51 72 0 61 104 201 51 27
Binary 100010 1010001 101001 111010 0 110001 1000100 10000001 101001 10111

Color Harmonies of #225129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225129

Black with #225129

Text Example


Text Example

White with #225129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225129; }

 p { color: rgb(34,81,41); }

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

background-color css

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

 a { background-color: rgb(34,81,41); }

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

border-color css

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

 span { border-color: rgb(34,81,41); }

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