#30A97E

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

Shades of Jungle Green #30A97E

Tints of Jungle Green #30A97E

Color information

#30A97E (or 0x30A97E) is unknown color: approx Jungle Green. HEX triplet: 30, A9 and 7E. RGB value is (48,169,126). Sum of RGB (Red+Green+Blue) = 48+169+126=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #30A97E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A97E is #CF5681. Grayscale: #7F7F7F. Windows color (decimal): -13588098 or 8300848. OLE color: 8300848.

HSL color Cylindrical-coordinate representation of color #30A97E: hue angle of 158.68º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A97E is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB48169126-
CMYK0.7200.250.34
HSL158.68º55.76%42.55%-
HSV(B)158.68º71.6%66.27%-
XYZ19.1730.5124.62-
YUV127.92126.9171-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.99%
GREEN value IS 169 (66.41% from 255) = 49.27%
BLUE value IS 126 (49.61% from 255) = 36.73%
R=13.99%
G=49.27%
B=36.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal481691260.7200.250.34158.6855.7642.55
Hex30A97E48019229f382b
Octal60251176110031422377053
Binary110000101010011111110100100001100110001010011111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,169,126); }

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

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

 a { background-color: rgb(48,169,126); }

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

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

 span { border-color: rgb(48,169,126); }

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