Html Css Color HEX #295640 Green Pea

📋 copy color: '#295640'

red 41 ◦ green 86 ◦ blue 64

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

Shades of Green Pea #295640

Tints of Green Pea #295640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.03%

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

R = 21.47%
G = 45.03%
B = 33.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#295640 (or 0x295640) is known color: Green Pea. HEX triplet: 29, 56 and 40. RGB value is (41,86,64). Sum of RGB (Red+Green+Blue) = 41+86+64=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #295640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295640 is #D6A9BF. Grayscale: #464646. Windows color (decimal): -14068160 or 4216361. OLE color: 4216361.

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

Color convert

RGB 41 86 64 -
CMYK 0.52 0 0.26 0.66
HSL 150.67º 0.35% 0.25% -
HSV(B) 150.67º 0.52% 0.34% -
XYZ 5.17 7.5 6.03 -
YUV 70.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 41 86 64 0.52 0 0.26 0.66 150.67 0.35 0.25
Hex 29 56 40 34 0 1A 42 97 23 19
Octal 51 126 100 64 0 32 102 227 43 31
Binary 101001 1010110 1000000 110100 0 11010 1000010 10010111 100011 11001

Color Harmonies of #295640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295640

Black with #295640

Text Example


Text Example

White with #295640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295640; }

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

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

background-color css

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

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

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

border-color css

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

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

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