#30684B

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

Shades of Green Pea #30684B

Tints of Green Pea #30684B

Color information

#30684B (or 0x30684B) is unknown color: approx Green Pea. HEX triplet: 30, 68 and 4B. RGB value is (48,104,75). Sum of RGB (Red+Green+Blue) = 48+104+75=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #30684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30684B is #CF97B4. Grayscale: #545454. Windows color (decimal): -13604789 or 4941872. OLE color: 4941872.

HSL color Cylindrical-coordinate representation of color #30684B: hue angle of 148.93º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30684B is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB4810475-
CMYK0.5400.280.59
HSL148.93º36.84%29.8%-
HSV(B)148.93º53.85%40.78%-
XYZ7.4411.048.39-
YUV83.95122.95102.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=21.15%
G=45.81%
B=33.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48104750.5400.280.59148.9336.8429.8
Hex30684B3601C3B95251e
Octal6015011366034732254536
Binary110000110100010010111101100111001110111001010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30684B; }

 p { color: rgb(48,104,75); }

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

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

 a { background-color: rgb(48,104,75); }

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

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

 span { border-color: rgb(48,104,75); }

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