Html Css Color HEX #295941 Green Pea

📋 copy color: '#295941'

red 41 ◦ green 89 ◦ blue 65

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

Shades of Green Pea #295941

Tints of Green Pea #295941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.64%

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

R = 21.03%
G = 45.64%
B = 33.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#295941 (or 0x295941) is known color: Green Pea. HEX triplet: 29, 59 and 41. RGB value is (41,89,65). Sum of RGB (Red+Green+Blue) = 41+89+65=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #295941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295941 is #D6A6BE. Grayscale: #474747. Windows color (decimal): -14067391 or 4282665. OLE color: 4282665.

HSL color Cylindrical-coordinate representation of color #295941: hue angle of 150º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295941 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 89 65 -
CMYK 0.54 0 0.27 0.65
HSL 150º 0.37% 0.25% -
HSV(B) 150º 0.54% 0.35% -
XYZ 5.44 8 6.26 -
YUV 71.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 41 89 65 0.54 0 0.27 0.65 150 0.37 0.25
Hex 29 59 41 36 0 1B 41 96 25 19
Octal 51 131 101 66 0 33 101 226 45 31
Binary 101001 1011001 1000001 110110 0 11011 1000001 10010110 100101 11001

Color Harmonies of #295941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295941

Black with #295941

Text Example


Text Example

White with #295941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295941; }

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

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

background-color css

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

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

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

border-color css

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

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

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