Html Css Color HEX #296B4A Green Pea

📋 copy color: '#296B4A'

red 41 ◦ green 107 ◦ blue 74

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

Shades of Green Pea #296B4A

Tints of Green Pea #296B4A

RGB

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

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

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

R = 18.47%
G = 48.2%
B = 33.33%

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

#296B4A (or 0x296B4A) is known color: Green Pea. HEX triplet: 29, 6B and 4A. RGB value is (41,107,74). Sum of RGB (Red+Green+Blue) = 41+107+74=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #296B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B4A is #D694B5. Grayscale: #535353. Windows color (decimal): -14062774 or 4877097. OLE color: 4877097.

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

Color convert

RGB 41 107 74 -
CMYK 0.62 0 0.31 0.58
HSL 150º 0.45% 0.29% -
HSV(B) 150º 0.62% 0.42% -
XYZ 7.41 11.48 8.3 -
YUV 83.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 41 107 74 0.62 0 0.31 0.58 150 0.45 0.29
Hex 29 6B 4A 3E 0 1F 3A 96 2D 1D
Octal 51 153 112 76 0 37 72 226 55 35
Binary 101001 1101011 1001010 111110 0 11111 111010 10010110 101101 11101

Color Harmonies of #296B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B4A

Black with #296B4A

Text Example


Text Example

White with #296B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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