Html Css Color HEX #295D41 Green Pea

📋 copy color: '#295D41'

red 41 ◦ green 93 ◦ blue 65

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

Shades of Green Pea #295D41

Tints of Green Pea #295D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.73%

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

R = 20.6%
G = 46.73%
B = 32.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#295D41 (or 0x295D41) is known color: Green Pea. HEX triplet: 29, 5D and 41. RGB value is (41,93,65). Sum of RGB (Red+Green+Blue) = 41+93+65=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #295D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295D41 is #D6A2BE. Grayscale: #4A4A4A. Windows color (decimal): -14066367 or 4283689. OLE color: 4283689.

HSL color Cylindrical-coordinate representation of color #295D41: hue angle of 147.69º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295D41 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 93 65 -
CMYK 0.56 0 0.30 0.64
HSL 147.69º 0.39% 0.26% -
HSV(B) 147.69º 0.56% 0.36% -
XYZ 5.78 8.68 6.37 -
YUV 74.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 41 93 65 0.56 0 0.30 0.64 147.69 0.39 0.26
Hex 29 5D 41 38 0 1E 40 94 27 1A
Octal 51 135 101 70 0 36 100 224 47 32
Binary 101001 1011101 1000001 111000 0 11110 1000000 10010100 100111 11010

Color Harmonies of #295D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D41

Black with #295D41

Text Example


Text Example

White with #295D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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