#30BD8B

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

Shades of Jungle Green #30BD8B

Tints of Jungle Green #30BD8B

Color information

#30BD8B (or 0x30BD8B) is unknown color: approx Jungle Green. HEX triplet: 30, BD and 8B. RGB value is (48,189,139). Sum of RGB (Red+Green+Blue) = 48+189+139=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BD8B is #CF4274. Grayscale: #8D8D8D. Windows color (decimal): -13582965 or 9157936. OLE color: 9157936.

HSL color Cylindrical-coordinate representation of color #30BD8B: hue angle of 158.72º 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 #30BD8B is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB48189139-
CMYK0.7500.260.26
HSL158.72º59.49%46.47%-
HSV(B)158.72º74.6%74.12%-
XYZ24.0838.8930.66-
YUV141.14126.7961.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.77%
GREEN value IS 189 (74.22% from 255) = 50.27%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=12.77%
G=50.27%
B=36.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481891390.7500.260.26158.7259.4946.47
Hex30BD8B4B01A1A9f3b2e
Octal60275213113032322377356
Binary110000101111011000101110010110110101101010011111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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