#30BF85

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

Shades of Jungle Green #30BF85

Tints of Jungle Green #30BF85

Color information

#30BF85 (or 0x30BF85) is unknown color: approx Jungle Green. HEX triplet: 30, BF and 85. RGB value is (48,191,133). Sum of RGB (Red+Green+Blue) = 48+191+133=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BF85 is #CF407A. Grayscale: #8D8D8D. Windows color (decimal): -13582459 or 8765232. OLE color: 8765232.

HSL color Cylindrical-coordinate representation of color #30BF85: hue angle of 155.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF85 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB48191133-
CMYK0.7500.300.25
HSL155.66º59.83%46.86%-
HSV(B)155.66º74.87%74.9%-
XYZ24.0839.5828.56-
YUV141.63123.1261.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.90%
GREEN value IS 191 (75% from 255) = 51.34%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=12.90%
G=51.34%
B=35.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481911330.7500.300.25155.6659.8346.86
Hex30BF854B01E199c3c2f
Octal60277205113036312347457
Binary110000101111111000010110010110111101100110011100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,191,133); }

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

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

 a { background-color: rgb(48,191,133); }

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

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

 span { border-color: rgb(48,191,133); }

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