#305E47

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

Shades of Green Pea #305E47

Tints of Green Pea #305E47

Color information

#305E47 (or 0x305E47) is unknown color: approx Green Pea. HEX triplet: 30, 5E and 47. RGB value is (48,94,71). Sum of RGB (Red+Green+Blue) = 48+94+71=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #305E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305E47 is #CFA1B8. Grayscale: #4D4D4D. Windows color (decimal): -13607353 or 4677168. OLE color: 4677168.

HSL color Cylindrical-coordinate representation of color #305E47: hue angle of 150º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305E47 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB489471-
CMYK0.4900.240.63
HSL150º32.39%27.84%-
HSV(B)150º48.94%36.86%-
XYZ6.369.097.38-
YUV77.62124.26106.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 94 (37.11% from 255) = 44.13%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=22.54%
G=44.13%
B=33.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4894710.4900.240.6315032.3927.84
Hex305E47310183F96201c
Octal6013610761030772264034
Binary110000101111010001111100010110001111111001011010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305E47; }

 p { color: rgb(48,94,71); }

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

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

 a { background-color: rgb(48,94,71); }

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

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

 span { border-color: rgb(48,94,71); }

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