#30664A

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

Shades of Green Pea #30664A

Tints of Green Pea #30664A

Color information

#30664A (or 0x30664A) is unknown color: approx Green Pea. HEX triplet: 30, 66 and 4A. RGB value is (48,102,74). Sum of RGB (Red+Green+Blue) = 48+102+74=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #30664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30664A is #CF99B5. Grayscale: #525252. Windows color (decimal): -13605302 or 4875824. OLE color: 4875824.

HSL color Cylindrical-coordinate representation of color #30664A: hue angle of 148.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30664A is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB4810274-
CMYK0.5300.270.6
HSL148.89º36%29.41%-
HSV(B)148.89º52.94%40%-
XYZ7.2110.638.15-
YUV82.66123.11103.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=21.43%
G=45.54%
B=33.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102740.5300.270.6148.893629.41
Hex30664A3501B3C95241d
Octal6014611265033742254435
Binary110000110011010010101101010110111111001001010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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