Html Css Color HEX #296048 Green Pea

📋 copy color: '#296048'

red 41 ◦ green 96 ◦ blue 72

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

Shades of Green Pea #296048

Tints of Green Pea #296048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.93%

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

R = 19.62%
G = 45.93%
B = 34.45%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#296048 (or 0x296048) is known color: Green Pea. HEX triplet: 29, 60 and 48. RGB value is (41,96,72). Sum of RGB (Red+Green+Blue) = 41+96+72=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #296048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296048 is #D69FB7. Grayscale: #4C4C4C. Windows color (decimal): -14065592 or 4743209. OLE color: 4743209.

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

Color convert

RGB 41 96 72 -
CMYK 0.57 0 0.25 0.62
HSL 153.82º 0.4% 0.27% -
HSV(B) 153.82º 0.57% 0.38% -
XYZ 6.27 9.31 7.6 -
YUV 76.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 41 96 72 0.57 0 0.25 0.62 153.82 0.4 0.27
Hex 29 60 48 39 0 19 3E 9A 28 1B
Octal 51 140 110 71 0 31 76 232 50 33
Binary 101001 1100000 1001000 111001 0 11001 111110 10011010 101000 11011

Color Harmonies of #296048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296048

Black with #296048

Text Example


Text Example

White with #296048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296048; }

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

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

background-color css

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

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

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

border-color css

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

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

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