#30654B

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

Shades of Green Pea #30654B

Tints of Green Pea #30654B

Color information

#30654B (or 0x30654B) is unknown color: approx Green Pea. HEX triplet: 30, 65 and 4B. RGB value is (48,101,75). Sum of RGB (Red+Green+Blue) = 48+101+75=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #30654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30654B is #CF9AB4. Grayscale: #525252. Windows color (decimal): -13605557 or 4941104. OLE color: 4941104.

HSL color Cylindrical-coordinate representation of color #30654B: hue angle of 150.57º 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 #30654B is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB4810175-
CMYK0.5200.260.60
HSL150.57º35.57%29.22%-
HSV(B)150.57º52.48%39.61%-
XYZ7.1410.448.3-
YUV82.19123.94103.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=21.43%
G=45.09%
B=33.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101750.5200.260.60150.5735.5729.22
Hex30654B3401A3C97241d
Octal6014511364032742274435
Binary110000110010110010111101000110101111001001011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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