#30BD84

Color #30BD84 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #30BD84

Tints of Jungle Green #30BD84

Color information

#30BD84 (or 0x30BD84) is unknown color: approx Jungle Green. HEX triplet: 30, BD and 84. RGB value is (48,189,132). Sum of RGB (Red+Green+Blue) = 48+189+132=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BD84 is #CF427B. Grayscale: #8C8C8C. Windows color (decimal): -13582972 or 8699184. OLE color: 8699184.

HSL color Cylindrical-coordinate representation of color #30BD84: hue angle of 155.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD84 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB48189132-
CMYK0.7500.300.26
HSL155.74º59.49%46.47%-
HSV(B)155.74º74.6%74.12%-
XYZ23.5838.6928.05-
YUV140.34123.2962.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.01%
GREEN value IS 189 (74.22% from 255) = 51.22%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=13.01%
G=51.22%
B=35.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481891320.7500.300.26155.7459.4946.47
Hex30BD844B01E1A9c3b2e
Octal60275204113036322347356
Binary110000101111011000010010010110111101101010011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30BD84; }

 p { color: rgb(48,189,132); }

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

<style>
 a { background-color: #30BD84; }

 a { background-color: rgb(48,189,132); }

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

<style>
 span { border-color: #30BD84; }

 span { border-color: rgb(48,189,132); }

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