Html Css Color HEX #29704B Green Pea

📋 copy color: '#29704B'

red 41 ◦ green 112 ◦ blue 75

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

Shades of Green Pea #29704B

Tints of Green Pea #29704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.12%

 BLUE value IS 75 (29.69% from 255) = 32.89%

R = 17.98%
G = 49.12%
B = 32.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#29704B (or 0x29704B) is known color: Green Pea. HEX triplet: 29, 70 and 4B. RGB value is (41,112,75). Sum of RGB (Red+Green+Blue) = 41+112+75=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #29704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29704B is #D68FB4. Grayscale: #565656. Windows color (decimal): -14061493 or 4943913. OLE color: 4943913.

HSL color Cylindrical-coordinate representation of color #29704B: hue angle of 148.73º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29704B is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 75 -
CMYK 0.63 0 0.33 0.56
HSL 148.73º 0.46% 0.3% -
HSV(B) 148.73º 0.63% 0.44% -
XYZ 7.98 12.57 8.66 -
YUV 86.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 41 112 75 0.63 0 0.33 0.56 148.73 0.46 0.3
Hex 29 70 4B 3F 0 21 38 95 2E 1E
Octal 51 160 113 77 0 41 70 225 56 36
Binary 101001 1110000 1001011 111111 0 100001 111000 10010101 101110 11110

Color Harmonies of #29704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29704B

Black with #29704B

Text Example


Text Example

White with #29704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29704B; }

 p { color: rgb(41,112,75); }

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

background-color css

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

 a { background-color: rgb(41,112,75); }

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

border-color css

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

 span { border-color: rgb(41,112,75); }

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