Html Css Color HEX #226949 Green Pea

📋 copy color: '#226949'

red 34 ◦ green 105 ◦ blue 73

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

Shades of Green Pea #226949

Tints of Green Pea #226949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.53%

 BLUE value IS 73 (28.91% from 255) = 34.43%

R = 16.04%
G = 49.53%
B = 34.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#226949 (or 0x226949) is known color: Green Pea. HEX triplet: 22, 69 and 49. RGB value is (34,105,73). Sum of RGB (Red+Green+Blue) = 34+105+73=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #226949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226949 is #DD96B6. Grayscale: #505050. Windows color (decimal): -14522039 or 4811042. OLE color: 4811042.

HSL color Cylindrical-coordinate representation of color #226949: hue angle of 152.96º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #226949 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 105 73 -
CMYK 0.68 0 0.30 0.59
HSL 152.96º 0.51% 0.27% -
HSV(B) 152.96º 0.68% 0.41% -
XYZ 6.91 10.92 8.05 -
YUV 80.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 34 105 73 0.68 0 0.30 0.59 152.96 0.51 0.27
Hex 22 69 49 44 0 1E 3B 99 33 1B
Octal 42 151 111 104 0 36 73 231 63 33
Binary 100010 1101001 1001001 1000100 0 11110 111011 10011001 110011 11011

Color Harmonies of #226949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226949

Black with #226949

Text Example


Text Example

White with #226949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226949; }

 p { color: rgb(34,105,73); }

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

background-color css

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

 a { background-color: rgb(34,105,73); }

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

border-color css

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

 span { border-color: rgb(34,105,73); }

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