Html Css Color HEX #225940 Green Pea

📋 copy color: '#225940'

red 34 ◦ green 89 ◦ blue 64

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

Shades of Green Pea #225940

Tints of Green Pea #225940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.59%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 18.18%
G = 47.59%
B = 34.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#225940 (or 0x225940) is known color: Green Pea. HEX triplet: 22, 59 and 40. RGB value is (34,89,64). Sum of RGB (Red+Green+Blue) = 34+89+64=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #225940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225940 is #DDA6BF. Grayscale: #454545. Windows color (decimal): -14526144 or 4217122. OLE color: 4217122.

HSL color Cylindrical-coordinate representation of color #225940: hue angle of 152.73º 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 #225940 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 89 64 -
CMYK 0.62 0 0.28 0.65
HSL 152.73º 0.45% 0.24% -
HSV(B) 152.73º 0.62% 0.35% -
XYZ 5.16 7.86 6.09 -
YUV 69.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 34 89 64 0.62 0 0.28 0.65 152.73 0.45 0.24
Hex 22 59 40 3E 0 1C 41 99 2D 18
Octal 42 131 100 76 0 34 101 231 55 30
Binary 100010 1011001 1000000 111110 0 11100 1000001 10011001 101101 11000

Color Harmonies of #225940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225940

Black with #225940

Text Example


Text Example

White with #225940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225940; }

 p { color: rgb(34,89,64); }

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

background-color css

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

 a { background-color: rgb(34,89,64); }

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

border-color css

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

 span { border-color: rgb(34,89,64); }

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