#305D47

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

Shades of Green Pea #305D47

Tints of Green Pea #305D47

Color information

#305D47 (or 0x305D47) is unknown color: approx Green Pea. HEX triplet: 30, 5D and 47. RGB value is (48,93,71). Sum of RGB (Red+Green+Blue) = 48+93+71=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #305D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D47 is #CFA2B8. Grayscale: #4D4D4D. Windows color (decimal): -13607609 or 4676912. OLE color: 4676912.

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

Color convert

RGB489371-
CMYK0.4800.240.64
HSL150.67º31.91%27.65%-
HSV(B)150.67º48.39%36.47%-
XYZ6.278.917.35-
YUV77.04124.59107.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 71 (28.12% from 255) = 33.49%
R=22.64%
G=43.87%
B=33.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4893710.4800.240.64150.6731.9127.65
Hex305D47300184097201c
Octal60135107600301002274034
Binary1100001011101100011111000001100010000001001011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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