Html Css Color HEX #225942 Green Pea

📋 copy color: '#225942'

red 34 ◦ green 89 ◦ blue 66

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

Shades of Green Pea #225942

Tints of Green Pea #225942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 17.99%
G = 47.09%
B = 34.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#225942 (or 0x225942) is known color: Green Pea. HEX triplet: 22, 59 and 42. RGB value is (34,89,66). Sum of RGB (Red+Green+Blue) = 34+89+66=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #225942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225942 is #DDA6BD. Grayscale: #454545. Windows color (decimal): -14526142 or 4348194. OLE color: 4348194.

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

Color convert

RGB 34 89 66 -
CMYK 0.62 0 0.26 0.65
HSL 154.91º 0.45% 0.24% -
HSV(B) 154.91º 0.62% 0.35% -
XYZ 5.22 7.88 6.4 -
YUV 69.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 34 89 66 0.62 0 0.26 0.65 154.91 0.45 0.24
Hex 22 59 42 3E 0 1A 41 9B 2D 18
Octal 42 131 102 76 0 32 101 233 55 30
Binary 100010 1011001 1000010 111110 0 11010 1000001 10011011 101101 11000

Color Harmonies of #225942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225942

Black with #225942

Text Example


Text Example

White with #225942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225942; }

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

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

background-color css

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

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

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

border-color css

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

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

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