#295C3E

Color #295C3E Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #295C3E

Tints of Green Pea #295C3E

Color information

#295C3E (or 0x295C3E) is unknown color: approx Green Pea. HEX triplet: 29, 5C and 3E. RGB value is (41,92,62). Sum of RGB (Red+Green+Blue) = 41+92+62=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #295C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C3E is #D6A3C1. Grayscale: #494949. Windows color (decimal): -14066626 or 4086825. OLE color: 4086825.

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

Color convert

RGB419262-
CMYK0.5500.330.64
HSL144.71º38.35%26.08%-
HSV(B)144.71º55.43%36.08%-
XYZ5.618.475.9-
YUV73.33121.6104.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 92 (36.33% from 255) = 47.18%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=21.03%
G=47.18%
B=31.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4192620.5500.330.64144.7138.3526.08
Hex295C3E370214091261a
Octal5113476670411002214632
Binary1010011011100111110110111010000110000001001000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #295C3E;
 }
 .AnyTagClassName
 {
   color: #295C3E;
 }
</style>
background-color css

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

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

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

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

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

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