Html Css Color HEX #296448 Green Pea

📋 copy color: '#296448'

red 41 ◦ green 100 ◦ blue 72

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

Shades of Green Pea #296448

Tints of Green Pea #296448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.95%

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

R = 19.25%
G = 46.95%
B = 33.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#296448 (or 0x296448) is known color: Green Pea. HEX triplet: 29, 64 and 48. RGB value is (41,100,72). Sum of RGB (Red+Green+Blue) = 41+100+72=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #296448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296448 is #D69BB7. Grayscale: #4F4F4F. Windows color (decimal): -14064568 or 4744233. OLE color: 4744233.

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

Color convert

RGB 41 100 72 -
CMYK 0.59 0 0.28 0.61
HSL 151.53º 0.42% 0.28% -
HSV(B) 151.53º 0.59% 0.39% -
XYZ 6.64 10.05 7.72 -
YUV 79.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 41 100 72 0.59 0 0.28 0.61 151.53 0.42 0.28
Hex 29 64 48 3B 0 1C 3D 98 2A 1C
Octal 51 144 110 73 0 34 75 230 52 34
Binary 101001 1100100 1001000 111011 0 11100 111101 10011000 101010 11100

Color Harmonies of #296448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296448

Black with #296448

Text Example


Text Example

White with #296448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296448; }

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

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

background-color css

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

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

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

border-color css

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

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

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