Html Css Color HEX #226142 Green Pea

📋 copy color: '#226142'

red 34 ◦ green 97 ◦ blue 66

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

Shades of Green Pea #226142

Tints of Green Pea #226142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.24%

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

R = 17.26%
G = 49.24%
B = 33.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#226142 (or 0x226142) is known color: Green Pea. HEX triplet: 22, 61 and 42. RGB value is (34,97,66). Sum of RGB (Red+Green+Blue) = 34+97+66=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #226142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226142 is #DD9EBD. Grayscale: #4A4A4A. Windows color (decimal): -14524094 or 4350242. OLE color: 4350242.

HSL color Cylindrical-coordinate representation of color #226142: hue angle of 150.48º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #226142 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 97 66 -
CMYK 0.65 0 0.32 0.62
HSL 150.48º 0.48% 0.26% -
HSV(B) 150.48º 0.65% 0.38% -
XYZ 5.92 9.28 6.63 -
YUV 74.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 34 97 66 0.65 0 0.32 0.62 150.48 0.48 0.26
Hex 22 61 42 41 0 20 3E 96 30 1A
Octal 42 141 102 101 0 40 76 226 60 32
Binary 100010 1100001 1000010 1000001 0 100000 111110 10010110 110000 11010

Color Harmonies of #226142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226142

Black with #226142

Text Example


Text Example

White with #226142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226142; }

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

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

background-color css

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

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

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

border-color css

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

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

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