#30654A

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

Shades of Green Pea #30654A

Tints of Green Pea #30654A

Color information

#30654A (or 0x30654A) is unknown color: approx Green Pea. HEX triplet: 30, 65 and 4A. RGB value is (48,101,74). Sum of RGB (Red+Green+Blue) = 48+101+74=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 101 - color contains mainly: green. Hex color #30654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30654A is #CF9AB5. Grayscale: #525252. Windows color (decimal): -13605558 or 4875568. OLE color: 4875568.

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

Color convert

RGB4810174-
CMYK0.5200.270.60
HSL149.43º35.57%29.22%-
HSV(B)149.43º52.48%39.61%-
XYZ7.1110.438.12-
YUV82.07123.44103.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 101 (39.84% from 255) = 45.29%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=21.52%
G=45.29%
B=33.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101740.5200.270.60149.4335.5729.22
Hex30654A3401B3C95241d
Octal6014511264033742254435
Binary110000110010110010101101000110111111001001010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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