Html Css Color HEX #296248 Green Pea

📋 copy color: '#296248'

red 41 ◦ green 98 ◦ blue 72

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

Shades of Green Pea #296248

Tints of Green Pea #296248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.45%

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 19.43%
G = 46.45%
B = 34.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#296248 (or 0x296248) is known color: Green Pea. HEX triplet: 29, 62 and 48. RGB value is (41,98,72). Sum of RGB (Red+Green+Blue) = 41+98+72=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #296248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296248 is #D69DB7. Grayscale: #4E4E4E. Windows color (decimal): -14065080 or 4743721. OLE color: 4743721.

HSL color Cylindrical-coordinate representation of color #296248: hue angle of 152.63º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #296248 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 98 72 -
CMYK 0.58 0 0.27 0.62
HSL 152.63º 0.41% 0.27% -
HSV(B) 152.63º 0.58% 0.38% -
XYZ 6.45 9.67 7.66 -
YUV 77.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 41 98 72 0.58 0 0.27 0.62 152.63 0.41 0.27
Hex 29 62 48 3A 0 1B 3E 99 29 1B
Octal 51 142 110 72 0 33 76 231 51 33
Binary 101001 1100010 1001000 111010 0 11011 111110 10011001 101001 11011

Color Harmonies of #296248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296248

Black with #296248

Text Example


Text Example

White with #296248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296248; }

 p { color: rgb(41,98,72); }

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

background-color css

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

 a { background-color: rgb(41,98,72); }

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

border-color css

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

 span { border-color: rgb(41,98,72); }

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