Html Css Color HEX #226141 Green Pea

📋 copy color: '#226141'

red 34 ◦ green 97 ◦ blue 65

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

Shades of Green Pea #226141

Tints of Green Pea #226141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.16%

R = 17.35%
G = 49.49%
B = 33.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#226141 (or 0x226141) is known color: Green Pea. HEX triplet: 22, 61 and 41. RGB value is (34,97,65). Sum of RGB (Red+Green+Blue) = 34+97+65=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #226141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226141 is #DD9EBE. Grayscale: #4A4A4A. Windows color (decimal): -14524095 or 4284706. OLE color: 4284706.

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

Color convert

RGB 34 97 65 -
CMYK 0.65 0 0.33 0.62
HSL 149.52º 0.48% 0.26% -
HSV(B) 149.52º 0.65% 0.38% -
XYZ 5.89 9.27 6.48 -
YUV 74.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 34 97 65 0.65 0 0.33 0.62 149.52 0.48 0.26
Hex 22 61 41 41 0 21 3E 96 30 1A
Octal 42 141 101 101 0 41 76 226 60 32
Binary 100010 1100001 1000001 1000001 0 100001 111110 10010110 110000 11010

Color Harmonies of #226141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226141

Black with #226141

Text Example


Text Example

White with #226141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226141; }

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

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

background-color css

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

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

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

border-color css

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

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

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