Html Css Color HEX #226E42 Green Pea

📋 copy color: '#226E42'

red 34 ◦ green 110 ◦ blue 66

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

Shades of Green Pea #226E42

Tints of Green Pea #226E42

RGB

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

 GREEN value IS 110 (43.36% from 255) = 52.38%

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

R = 16.19%
G = 52.38%
B = 31.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.4

 K value IS 0.57

RGB Variations

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

Color information

#226E42 (or 0x226E42) is known color: Green Pea. HEX triplet: 22, 6E and 42. RGB value is (34,110,66). Sum of RGB (Red+Green+Blue) = 34+110+66=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 110 (43.36% from 255 or 52.38% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 110 - color contains mainly: green. Hex color #226E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226E42 is #DD91BD. Grayscale: #525252. Windows color (decimal): -14520766 or 4353570. OLE color: 4353570.

HSL color Cylindrical-coordinate representation of color #226E42: hue angle of 145.26º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226E42 is Cyan = 0.69, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.57.

Color convert

RGB 34 110 66 -
CMYK 0.69 0 0.4 0.57
HSL 145.26º 0.53% 0.28% -
HSV(B) 145.26º 0.69% 0.43% -
XYZ 7.22 11.89 7.07 -
YUV 82.26 118.82 93.58 -
System Red Green Blue C M Y K H S L
Decimal 34 110 66 0.69 0 0.4 0.57 145.26 0.53 0.28
Hex 22 6E 42 45 0 28 39 91 35 1C
Octal 42 156 102 105 0 50 71 221 65 34
Binary 100010 1101110 1000010 1000101 0 101000 111001 10010001 110101 11100

Color Harmonies of #226E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226E42

Black with #226E42

Text Example


Text Example

White with #226E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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