Html Css Color HEX #295842 Green Pea

📋 copy color: '#295842'

red 41 ◦ green 88 ◦ blue 66

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

Shades of Green Pea #295842

Tints of Green Pea #295842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.85%

R = 21.03%
G = 45.13%
B = 33.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#295842 (or 0x295842) is known color: Green Pea. HEX triplet: 29, 58 and 42. RGB value is (41,88,66). Sum of RGB (Red+Green+Blue) = 41+88+66=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #295842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295842 is #D6A7BD. Grayscale: #474747. Windows color (decimal): -14067646 or 4347945. OLE color: 4347945.

HSL color Cylindrical-coordinate representation of color #295842: hue angle of 151.91º 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 #295842 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 88 66 -
CMYK 0.53 0 0.25 0.65
HSL 151.91º 0.36% 0.25% -
HSV(B) 151.91º 0.53% 0.35% -
XYZ 5.39 7.84 6.38 -
YUV 71.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 41 88 66 0.53 0 0.25 0.65 151.91 0.36 0.25
Hex 29 58 42 35 0 19 41 98 24 19
Octal 51 130 102 65 0 31 101 230 44 31
Binary 101001 1011000 1000010 110101 0 11001 1000001 10011000 100100 11001

Color Harmonies of #295842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295842

Black with #295842

Text Example


Text Example

White with #295842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295842; }

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

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

background-color css

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

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

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

border-color css

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

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

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