Html Css Color HEX #296348 Green Pea

📋 copy color: '#296348'

red 41 ◦ green 99 ◦ blue 72

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

Shades of Green Pea #296348

Tints of Green Pea #296348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.7%

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

R = 19.34%
G = 46.7%
B = 33.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#296348 (or 0x296348) is known color: Green Pea. HEX triplet: 29, 63 and 48. RGB value is (41,99,72). Sum of RGB (Red+Green+Blue) = 41+99+72=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #296348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296348 is #D69CB7. Grayscale: #4E4E4E. Windows color (decimal): -14064824 or 4743977. OLE color: 4743977.

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

Color convert

RGB 41 99 72 -
CMYK 0.59 0 0.27 0.61
HSL 152.07º 0.41% 0.27% -
HSV(B) 152.07º 0.59% 0.39% -
XYZ 6.55 9.86 7.69 -
YUV 78.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 41 99 72 0.59 0 0.27 0.61 152.07 0.41 0.27
Hex 29 63 48 3B 0 1B 3D 98 29 1B
Octal 51 143 110 73 0 33 75 230 51 33
Binary 101001 1100011 1001000 111011 0 11011 111101 10011000 101001 11011

Color Harmonies of #296348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296348

Black with #296348

Text Example


Text Example

White with #296348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296348; }

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

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

background-color css

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

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

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

border-color css

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

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

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