#225D3C

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

Shades of Green Pea #225D3C

Tints of Green Pea #225D3C

Color information

#225D3C (or 0x225D3C) is unknown color: approx Green Pea. HEX triplet: 22, 5D and 3C. RGB value is (34,93,60). Sum of RGB (Red+Green+Blue) = 34+93+60=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #225D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D3C is #DDA2C3. Grayscale: #474747. Windows color (decimal): -14525124 or 3956002. OLE color: 3956002.

HSL color Cylindrical-coordinate representation of color #225D3C: hue angle of 146.44º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225D3C is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB349360-
CMYK0.6300.350.64
HSL146.44º46.46%24.9%-
HSV(B)146.44º63.44%36.47%-
XYZ5.398.55.63-
YUV71.6121.45101.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 93 (36.72% from 255) = 49.73%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=18.18%
G=49.73%
B=32.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3493600.6300.350.64146.4446.4624.9
Hex225D3C3F02340922e19
Octal4213574770431002225631
Binary1000101011101111100111111010001110000001001001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,93,60); }

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

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

 a { background-color: rgb(34,93,60); }

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

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

 span { border-color: rgb(34,93,60); }

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