Html Css Color HEX #296D4B Green Pea

📋 copy color: '#296D4B'

red 41 ◦ green 109 ◦ blue 75

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

Shades of Green Pea #296D4B

Tints of Green Pea #296D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.44%

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

R = 18.22%
G = 48.44%
B = 33.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#296D4B (or 0x296D4B) is known color: Green Pea. HEX triplet: 29, 6D and 4B. RGB value is (41,109,75). Sum of RGB (Red+Green+Blue) = 41+109+75=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #296D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296D4B is #D692B4. Grayscale: #545454. Windows color (decimal): -14062261 or 4943145. OLE color: 4943145.

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

Color convert

RGB 41 109 75 -
CMYK 0.62 0 0.31 0.57
HSL 150º 0.45% 0.29% -
HSV(B) 150º 0.62% 0.43% -
XYZ 7.65 11.92 8.55 -
YUV 84.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 41 109 75 0.62 0 0.31 0.57 150 0.45 0.29
Hex 29 6D 4B 3E 0 1F 39 96 2D 1D
Octal 51 155 113 76 0 37 71 226 55 35
Binary 101001 1101101 1001011 111110 0 11111 111001 10010110 101101 11101

Color Harmonies of #296D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D4B

Black with #296D4B

Text Example


Text Example

White with #296D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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