#30694A

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

Shades of Green Pea #30694A

Tints of Green Pea #30694A

Color information

#30694A (or 0x30694A) is unknown color: approx Green Pea. HEX triplet: 30, 69 and 4A. RGB value is (48,105,74). Sum of RGB (Red+Green+Blue) = 48+105+74=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #30694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30694A is #CF96B5. Grayscale: #545454. Windows color (decimal): -13604534 or 4876592. OLE color: 4876592.

HSL color Cylindrical-coordinate representation of color #30694A: hue angle of 147.37º 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 #30694A is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB4810574-
CMYK0.5400.300.59
HSL147.37º37.25%30%-
HSV(B)147.37º54.29%41.18%-
XYZ7.5111.238.25-
YUV84.42122.12102.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 105 (41.41% from 255) = 46.26%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=21.15%
G=46.26%
B=32.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48105740.5400.300.59147.3737.2530
Hex30694A3601E3B93251e
Octal6015111266036732234536
Binary110000110100110010101101100111101110111001001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30694A; }

 p { color: rgb(48,105,74); }

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

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

 a { background-color: rgb(48,105,74); }

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

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

 span { border-color: rgb(48,105,74); }

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