Html Css Color HEX #296940 Green Pea

📋 copy color: '#296940'

red 41 ◦ green 105 ◦ blue 64

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

Shades of Green Pea #296940

Tints of Green Pea #296940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50%

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 19.52%
G = 50%
B = 30.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#296940 (or 0x296940) is known color: Green Pea. HEX triplet: 29, 69 and 40. RGB value is (41,105,64). Sum of RGB (Red+Green+Blue) = 41+105+64=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #296940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296940 is #D696BF. Grayscale: #515151. Windows color (decimal): -14063296 or 4221225. OLE color: 4221225.

HSL color Cylindrical-coordinate representation of color #296940: hue angle of 141.56º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296940 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 105 64 -
CMYK 0.61 0 0.39 0.59
HSL 141.56º 0.44% 0.29% -
HSV(B) 141.56º 0.61% 0.41% -
XYZ 6.89 10.94 6.6 -
YUV 81.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 41 105 64 0.61 0 0.39 0.59 141.56 0.44 0.29
Hex 29 69 40 3D 0 27 3B 8E 2C 1D
Octal 51 151 100 75 0 47 73 216 54 35
Binary 101001 1101001 1000000 111101 0 100111 111011 10001110 101100 11101

Color Harmonies of #296940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296940

Black with #296940

Text Example


Text Example

White with #296940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296940; }

 p { color: rgb(41,105,64); }

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

background-color css

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

 a { background-color: rgb(41,105,64); }

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

border-color css

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

 span { border-color: rgb(41,105,64); }

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