#306A49

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

Shades of Green Pea #306A49

Tints of Green Pea #306A49

Color information

#306A49 (or 0x306A49) is unknown color: approx Green Pea. HEX triplet: 30, 6A and 49. RGB value is (48,106,73). Sum of RGB (Red+Green+Blue) = 48+106+73=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 106 - color contains mainly: green. Hex color #306A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306A49 is #CF95B6. Grayscale: #545454. Windows color (decimal): -13604279 or 4811312. OLE color: 4811312.

HSL color Cylindrical-coordinate representation of color #306A49: hue angle of 145.86º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306A49 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB4810673-
CMYK0.5500.310.58
HSL145.86º37.66%30.2%-
HSV(B)145.86º54.72%41.57%-
XYZ7.5811.428.11-
YUV84.9121.28101.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 106 (41.80% from 255) = 46.70%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=21.15%
G=46.70%
B=32.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48106730.5500.310.58145.8637.6630.2
Hex306A493701F3A92261e
Octal6015211167037722224636
Binary110000110101010010011101110111111110101001001010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306A49; }

 p { color: rgb(48,106,73); }

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

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

 a { background-color: rgb(48,106,73); }

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

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

 span { border-color: rgb(48,106,73); }

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