#295741

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

Shades of Green Pea #295741

Tints of Green Pea #295741

Color information

#295741 (or 0x295741) is unknown color: approx Green Pea. HEX triplet: 29, 57 and 41. RGB value is (41,87,65). Sum of RGB (Red+Green+Blue) = 41+87+65=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #295741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295741 is #D6A8BE. Grayscale: #464646. Windows color (decimal): -14067903 or 4282153. OLE color: 4282153.

HSL color Cylindrical-coordinate representation of color #295741: hue angle of 151.3º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295741 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB418765-
CMYK0.5300.250.66
HSL151.3º35.94%25.1%-
HSV(B)151.3º52.87%34.12%-
XYZ5.287.676.2-
YUV70.74124.76106.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=21.24%
G=45.08%
B=33.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4187650.5300.250.66151.335.9425.1
Hex2957413501942972419
Octal51127101650311022274431
Binary1010011010111100000111010101100110000101001011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295741; }

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

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

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

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

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

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

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

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