#225A26

Color #225A26 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #225A26

Tints of Parsley #225A26

Color information

#225A26 (or 0x225A26) is unknown color: approx Parsley. HEX triplet: 22, 5A and 26. RGB value is (34,90,38). Sum of RGB (Red+Green+Blue) = 34+90+38=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #225A26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A26 is #DDA5D9. Grayscale: #434343. Windows color (decimal): -14525914 or 2513442. OLE color: 2513442.

HSL color Cylindrical-coordinate representation of color #225A26: hue angle of 124.29º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225A26 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB349038-
CMYK0.6200.580.65
HSL124.29º45.16%24.31%-
HSV(B)124.29º62.22%35.29%-
XYZ4.677.793.09-
YUV67.33111.45104.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.99%
GREEN value IS 90 (35.55% from 255) = 55.56%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=20.99%
G=55.56%
B=23.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3490380.6200.580.65124.2945.1624.31
Hex225A263E03A417c2d18
Octal4213246760721011745530
Binary100010101101010011011111001110101000001111110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225A26; }

 p { color: rgb(34,90,38); }

 H1.HeaderClassName
 {
   color: #225A26;
 }
 .AnyTagClassName
 {
   color: #225A26;
 }
</style>
background-color css

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

 a { background-color: rgb(34,90,38); }

 div.DivClassName
 {
   background-color: #225A26;
 }
 .BgClassName
 {
   background-color: #225A26;
 }
</style>
border-color css

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

 span { border-color: rgb(34,90,38); }

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