#30B07E

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

Shades of Jungle Green #30B07E

Tints of Jungle Green #30B07E

Color information

#30B07E (or 0x30B07E) is unknown color: approx Jungle Green. HEX triplet: 30, B0 and 7E. RGB value is (48,176,126). Sum of RGB (Red+Green+Blue) = 48+176+126=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #30B07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B07E is #CF4F81. Grayscale: #848484. Windows color (decimal): -13586306 or 8302640. OLE color: 8302640.

HSL color Cylindrical-coordinate representation of color #30B07E: hue angle of 156.56º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B07E is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB48176126-
CMYK0.7300.280.31
HSL156.56º57.14%43.92%-
HSV(B)156.56º72.73%69.02%-
XYZ20.5133.1925.06-
YUV132.03124.5968.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.71%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 126 (49.61% from 255) = 36%
R=13.71%
G=50.29%
B=36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481761260.7300.280.31156.5657.1443.92
Hex30B07E4901C1F9d392c
Octal60260176111034372357154
Binary11000010110000111111010010010111001111110011101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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