Html Css Color HEX #296148 Green Pea

📋 copy color: '#296148'

red 41 ◦ green 97 ◦ blue 72

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

Shades of Green Pea #296148

Tints of Green Pea #296148

RGB

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

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

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

R = 19.52%
G = 46.19%
B = 34.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#296148 (or 0x296148) is known color: Green Pea. HEX triplet: 29, 61 and 48. RGB value is (41,97,72). Sum of RGB (Red+Green+Blue) = 41+97+72=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #296148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296148 is #D69EB7. Grayscale: #4D4D4D. Windows color (decimal): -14065336 or 4743465. OLE color: 4743465.

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

Color convert

RGB 41 97 72 -
CMYK 0.58 0 0.26 0.62
HSL 153.21º 0.41% 0.27% -
HSV(B) 153.21º 0.58% 0.38% -
XYZ 6.36 9.49 7.63 -
YUV 77.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 41 97 72 0.58 0 0.26 0.62 153.21 0.41 0.27
Hex 29 61 48 3A 0 1A 3E 99 29 1B
Octal 51 141 110 72 0 32 76 231 51 33
Binary 101001 1100001 1001000 111010 0 11010 111110 10011001 101001 11011

Color Harmonies of #296148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296148

Black with #296148

Text Example


Text Example

White with #296148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296148; }

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

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

background-color css

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

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

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

border-color css

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

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

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