Html Css Color HEX #296B48 Green Pea

📋 copy color: '#296B48'

red 41 ◦ green 107 ◦ blue 72

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

Shades of Green Pea #296B48

Tints of Green Pea #296B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.64%

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

R = 18.64%
G = 48.64%
B = 32.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#296B48 (or 0x296B48) is known color: Green Pea. HEX triplet: 29, 6B and 48. RGB value is (41,107,72). Sum of RGB (Red+Green+Blue) = 41+107+72=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #296B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B48 is #D694B7. Grayscale: #535353. Windows color (decimal): -14062776 or 4746025. OLE color: 4746025.

HSL color Cylindrical-coordinate representation of color #296B48: hue angle of 148.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296B48 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 107 72 -
CMYK 0.62 0 0.33 0.58
HSL 148.18º 0.45% 0.29% -
HSV(B) 148.18º 0.62% 0.42% -
XYZ 7.34 11.45 7.95 -
YUV 83.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 41 107 72 0.62 0 0.33 0.58 148.18 0.45 0.29
Hex 29 6B 48 3E 0 21 3A 94 2D 1D
Octal 51 153 110 76 0 41 72 224 55 35
Binary 101001 1101011 1001000 111110 0 100001 111010 10010100 101101 11101

Color Harmonies of #296B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B48

Black with #296B48

Text Example


Text Example

White with #296B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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