Html Css Color HEX #296C4A Green Pea

📋 copy color: '#296C4A'

red 41 ◦ green 108 ◦ blue 74

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

Shades of Green Pea #296C4A

Tints of Green Pea #296C4A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 48.43%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 18.39%
G = 48.43%
B = 33.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#296C4A (or 0x296C4A) is known color: Green Pea. HEX triplet: 29, 6C and 4A. RGB value is (41,108,74). Sum of RGB (Red+Green+Blue) = 41+108+74=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #296C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296C4A is #D693B5. Grayscale: #545454. Windows color (decimal): -14062518 or 4877353. OLE color: 4877353.

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

Color convert

RGB 41 108 74 -
CMYK 0.62 0 0.31 0.58
HSL 149.55º 0.45% 0.29% -
HSV(B) 149.55º 0.62% 0.42% -
XYZ 7.51 11.69 8.34 -
YUV 84.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 41 108 74 0.62 0 0.31 0.58 149.55 0.45 0.29
Hex 29 6C 4A 3E 0 1F 3A 96 2D 1D
Octal 51 154 112 76 0 37 72 226 55 35
Binary 101001 1101100 1001010 111110 0 11111 111010 10010110 101101 11101

Color Harmonies of #296C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C4A

Black with #296C4A

Text Example


Text Example

White with #296C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,108,74); }

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

background-color css

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

 a { background-color: rgb(41,108,74); }

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

border-color css

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

 span { border-color: rgb(41,108,74); }

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