Html Css Color HEX #295740 Green Pea

📋 copy color: '#295740'

red 41 ◦ green 87 ◦ blue 64

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

Shades of Green Pea #295740

Tints of Green Pea #295740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.31%

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

R = 21.35%
G = 45.31%
B = 33.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#295740 (or 0x295740) is known color: Green Pea. HEX triplet: 29, 57 and 40. RGB value is (41,87,64). Sum of RGB (Red+Green+Blue) = 41+87+64=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #295740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295740 is #D6A8BF. Grayscale: #464646. Windows color (decimal): -14067904 or 4216617. OLE color: 4216617.

HSL color Cylindrical-coordinate representation of color #295740: hue angle of 150º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295740 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 87 64 -
CMYK 0.53 0 0.26 0.66
HSL 150º 0.36% 0.25% -
HSV(B) 150º 0.53% 0.34% -
XYZ 5.25 7.66 6.05 -
YUV 70.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 41 87 64 0.53 0 0.26 0.66 150 0.36 0.25
Hex 29 57 40 35 0 1A 42 96 24 19
Octal 51 127 100 65 0 32 102 226 44 31
Binary 101001 1010111 1000000 110101 0 11010 1000010 10010110 100100 11001

Color Harmonies of #295740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295740

Black with #295740

Text Example


Text Example

White with #295740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295740; }

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

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

background-color css

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

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

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

border-color css

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

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

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