Html Css Color HEX #295840 Green Pea

📋 copy color: '#295840'

red 41 ◦ green 88 ◦ blue 64

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

Shades of Green Pea #295840

Tints of Green Pea #295840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.6%

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

R = 21.24%
G = 45.6%
B = 33.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#295840 (or 0x295840) is known color: Green Pea. HEX triplet: 29, 58 and 40. RGB value is (41,88,64). Sum of RGB (Red+Green+Blue) = 41+88+64=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #295840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295840 is #D6A7BF. Grayscale: #474747. Windows color (decimal): -14067648 or 4216873. OLE color: 4216873.

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

Color convert

RGB 41 88 64 -
CMYK 0.53 0 0.27 0.65
HSL 149.36º 0.36% 0.25% -
HSV(B) 149.36º 0.53% 0.35% -
XYZ 5.33 7.82 6.08 -
YUV 71.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 41 88 64 0.53 0 0.27 0.65 149.36 0.36 0.25
Hex 29 58 40 35 0 1B 41 95 24 19
Octal 51 130 100 65 0 33 101 225 44 31
Binary 101001 1011000 1000000 110101 0 11011 1000001 10010101 100100 11001

Color Harmonies of #295840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295840

Black with #295840

Text Example


Text Example

White with #295840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295840; }

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

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

background-color css

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

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

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

border-color css

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

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

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