#306046

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

Shades of Green Pea #306046

Tints of Green Pea #306046

Color information

#306046 (or 0x306046) is unknown color: approx Green Pea. HEX triplet: 30, 60 and 46. RGB value is (48,96,70). Sum of RGB (Red+Green+Blue) = 48+96+70=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #306046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306046 is #CF9FB9. Grayscale: #4E4E4E. Windows color (decimal): -13606842 or 4612144. OLE color: 4612144.

HSL color Cylindrical-coordinate representation of color #306046: hue angle of 147.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #306046 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB489670-
CMYK0.5000.270.62
HSL147.5º33.33%28.24%-
HSV(B)147.5º50%37.65%-
XYZ6.519.447.27-
YUV78.68123.1106.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=22.43%
G=44.86%
B=32.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896700.5000.270.62147.533.3328.24
Hex3060463201B3E94211c
Octal6014010662033762244134
Binary110000110000010001101100100110111111101001010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306046; }

 p { color: rgb(48,96,70); }

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

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

 a { background-color: rgb(48,96,70); }

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

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

 span { border-color: rgb(48,96,70); }

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