#295F3C

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

Shades of Green Pea #295F3C

Tints of Green Pea #295F3C

Color information

#295F3C (or 0x295F3C) is unknown color: approx Green Pea. HEX triplet: 29, 5F and 3C. RGB value is (41,95,60). Sum of RGB (Red+Green+Blue) = 41+95+60=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #295F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F3C is #D6A0C3. Grayscale: #4A4A4A. Windows color (decimal): -14065860 or 3956521. OLE color: 3956521.

HSL color Cylindrical-coordinate representation of color #295F3C: hue angle of 141.11º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F3C is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB419560-
CMYK0.5700.370.63
HSL141.11º39.71%26.67%-
HSV(B)141.11º56.84%37.25%-
XYZ5.828.985.7-
YUV74.86119.61103.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 95 (37.5% from 255) = 48.47%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=20.92%
G=48.47%
B=30.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195600.5700.370.63141.1139.7126.67
Hex295F3C390253F8d281b
Octal511377471045772155033
Binary101001101111111110011100101001011111111000110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,95,60); }

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

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

 a { background-color: rgb(41,95,60); }

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

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

 span { border-color: rgb(41,95,60); }

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