Html Css Color HEX #296C41 Green Pea

📋 copy color: '#296C41'

red 41 ◦ green 108 ◦ blue 65

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

Shades of Green Pea #296C41

Tints of Green Pea #296C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 19.16%
G = 50.47%
B = 30.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#296C41 (or 0x296C41) is known color: Green Pea. HEX triplet: 29, 6C and 41. RGB value is (41,108,65). Sum of RGB (Red+Green+Blue) = 41+108+65=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #296C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296C41 is #D693BE. Grayscale: #535353. Windows color (decimal): -14062527 or 4287529. OLE color: 4287529.

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

Color convert

RGB 41 108 65 -
CMYK 0.62 0 0.40 0.58
HSL 141.49º 0.45% 0.29% -
HSV(B) 141.49º 0.62% 0.42% -
XYZ 7.23 11.58 6.85 -
YUV 83.07 117.8 98 -
System Red Green Blue C M Y K H S L
Decimal 41 108 65 0.62 0 0.40 0.58 141.49 0.45 0.29
Hex 29 6C 41 3E 0 28 3A 8D 2D 1D
Octal 51 154 101 76 0 50 72 215 55 35
Binary 101001 1101100 1000001 111110 0 101000 111010 10001101 101101 11101

Color Harmonies of #296C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C41

Black with #296C41

Text Example


Text Example

White with #296C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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