Html Css Color HEX #295C40 Green Pea

📋 copy color: '#295C40'

red 41 ◦ green 92 ◦ blue 64

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

Shades of Green Pea #295C40

Tints of Green Pea #295C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46.7%

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

R = 20.81%
G = 46.7%
B = 32.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#295C40 (or 0x295C40) is known color: Green Pea. HEX triplet: 29, 5C and 40. RGB value is (41,92,64). Sum of RGB (Red+Green+Blue) = 41+92+64=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #295C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C40 is #D6A3BF. Grayscale: #494949. Windows color (decimal): -14066624 or 4217897. OLE color: 4217897.

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

Color convert

RGB 41 92 64 -
CMYK 0.55 0 0.30 0.64
HSL 147.06º 0.38% 0.26% -
HSV(B) 147.06º 0.55% 0.36% -
XYZ 5.67 8.5 6.19 -
YUV 73.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 41 92 64 0.55 0 0.30 0.64 147.06 0.38 0.26
Hex 29 5C 40 37 0 1E 40 93 26 1A
Octal 51 134 100 67 0 36 100 223 46 32
Binary 101001 1011100 1000000 110111 0 11110 1000000 10010011 100110 11010

Color Harmonies of #295C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C40

Black with #295C40

Text Example


Text Example

White with #295C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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