#30B38C

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

Shades of Jungle Green #30B38C

Tints of Jungle Green #30B38C

Color information

#30B38C (or 0x30B38C) is unknown color: approx Jungle Green. HEX triplet: 30, B3 and 8C. RGB value is (48,179,140). Sum of RGB (Red+Green+Blue) = 48+179+140=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #30B38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B38C is #CF4C73. Grayscale: #878787. Windows color (decimal): -13585524 or 9220912. OLE color: 9220912.

HSL color Cylindrical-coordinate representation of color #30B38C: hue angle of 162.14º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B38C is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB48179140-
CMYK0.7300.220.30
HSL162.14º57.71%44.51%-
HSV(B)162.14º73.18%70.2%-
XYZ22.0734.7630.36-
YUV135.38130.665.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.08%
GREEN value IS 179 (70.31% from 255) = 48.77%
BLUE value IS 140 (55.08% from 255) = 38.15%
R=13.08%
G=48.77%
B=38.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal481791400.7300.220.30162.1457.7144.51
Hex30B38C490161Ea23a2d
Octal60263214111026362427255
Binary110000101100111000110010010010101101111010100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,179,140); }

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

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

 a { background-color: rgb(48,179,140); }

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

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

 span { border-color: rgb(48,179,140); }

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