#225B3C

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

Shades of Green Pea #225B3C

Tints of Green Pea #225B3C

Color information

#225B3C (or 0x225B3C) is unknown color: approx Green Pea. HEX triplet: 22, 5B and 3C. RGB value is (34,91,60). Sum of RGB (Red+Green+Blue) = 34+91+60=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #225B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B3C is #DDA4C3. Grayscale: #464646. Windows color (decimal): -14525636 or 3955490. OLE color: 3955490.

HSL color Cylindrical-coordinate representation of color #225B3C: hue angle of 147.37º 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 #225B3C is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB349160-
CMYK0.6300.340.64
HSL147.37º45.6%24.51%-
HSV(B)147.37º62.64%35.69%-
XYZ5.228.155.57-
YUV70.42122.12102.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 91 (35.94% from 255) = 49.19%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=18.38%
G=49.19%
B=32.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3491600.6300.340.64147.3745.624.51
Hex225B3C3F02240932e19
Octal4213374770421002235631
Binary1000101011011111100111111010001010000001001001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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