Html Css Color HEX #296A46 Green Pea

📋 copy color: '#296A46'

red 41 ◦ green 106 ◦ blue 70

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

Shades of Green Pea #296A46

Tints of Green Pea #296A46

RGB

 RED value IS 41 (16.41% from 255) = 18.89%

 GREEN value IS 106 (41.8% from 255) = 48.85%

 BLUE value IS 70 (27.73% from 255) = 32.26%

R = 18.89%
G = 48.85%
B = 32.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#296A46 (or 0x296A46) is known color: Green Pea. HEX triplet: 29, 6A and 46. RGB value is (41,106,70). Sum of RGB (Red+Green+Blue) = 41+106+70=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #296A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A46 is #D695B9. Grayscale: #525252. Windows color (decimal): -14063034 or 4614697. OLE color: 4614697.

HSL color Cylindrical-coordinate representation of color #296A46: hue angle of 146.77º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A46 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 106 70 -
CMYK 0.61 0 0.34 0.58
HSL 146.77º 0.44% 0.29% -
HSV(B) 146.77º 0.61% 0.42% -
XYZ 7.17 11.22 7.58 -
YUV 82.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 41 106 70 0.61 0 0.34 0.58 146.77 0.44 0.29
Hex 29 6A 46 3D 0 22 3A 93 2C 1D
Octal 51 152 106 75 0 42 72 223 54 35
Binary 101001 1101010 1000110 111101 0 100010 111010 10010011 101100 11101

Color Harmonies of #296A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A46

Black with #296A46

Text Example


Text Example

White with #296A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296A46; }

 p { color: rgb(41,106,70); }

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

background-color css

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

 a { background-color: rgb(41,106,70); }

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

border-color css

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

 span { border-color: rgb(41,106,70); }

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