Html Css Color HEX #295D40 Green Pea

📋 copy color: '#295D40'

red 41 ◦ green 93 ◦ blue 64

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

Shades of Green Pea #295D40

Tints of Green Pea #295D40

RGB

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

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

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

R = 20.71%
G = 46.97%
B = 32.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#295D40 (or 0x295D40) is known color: Green Pea. HEX triplet: 29, 5D and 40. RGB value is (41,93,64). Sum of RGB (Red+Green+Blue) = 41+93+64=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #295D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295D40 is #D6A2BF. Grayscale: #4A4A4A. Windows color (decimal): -14066368 or 4218153. OLE color: 4218153.

HSL color Cylindrical-coordinate representation of color #295D40: hue angle of 146.54º 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 #295D40 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 93 64 -
CMYK 0.56 0 0.31 0.64
HSL 146.54º 0.39% 0.26% -
HSV(B) 146.54º 0.56% 0.36% -
XYZ 5.75 8.67 6.22 -
YUV 74.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 41 93 64 0.56 0 0.31 0.64 146.54 0.39 0.26
Hex 29 5D 40 38 0 1F 40 93 27 1A
Octal 51 135 100 70 0 37 100 223 47 32
Binary 101001 1011101 1000000 111000 0 11111 1000000 10010011 100111 11010

Color Harmonies of #295D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D40

Black with #295D40

Text Example


Text Example

White with #295D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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