Html Css Color HEX #30B98F Jungle Green

📋 copy color: '#30B98F'

red 48 ◦ green 185 ◦ blue 143

#30B98F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #30B98F

Tints of Jungle Green #30B98F

RGB

 RED value IS 48 (19.14% from 255) = 12.77%

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 12.77%
G = 49.2%
B = 38.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#30B98F (or 0x30B98F) is known color: Jungle Green. HEX triplet: 30, B9 and 8F. RGB value is (48,185,143). Sum of RGB (Red+Green+Blue) = 48+185+143=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #30B98F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B98F is #CF4670. Grayscale: #8B8B8B. Windows color (decimal): -13583985 or 9419056. OLE color: 9419056.

HSL color Cylindrical-coordinate representation of color #30B98F: hue angle of 161.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B98F is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 185 143 -
CMYK 0.74 0 0.23 0.27
HSL 161.61º 0.59% 0.46% -
HSV(B) 161.61º 0.74% 0.73% -
XYZ 23.53 37.31 31.95 -
YUV 139.25 130.11 62.92 -
System Red Green Blue C M Y K H S L
Decimal 48 185 143 0.74 0 0.23 0.27 161.61 0.59 0.46
Hex 30 B9 8F 4A 0 17 1B A2 3B 2E
Octal 60 271 217 112 0 27 33 242 73 56
Binary 110000 10111001 10001111 1001010 0 10111 11011 10100010 111011 101110

Color Harmonies of #30B98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B98F

Black with #30B98F

Text Example


Text Example

White with #30B98F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,185,143); }

 H1.HeaderClassName
 {
   color: #30B98F;
 }
 .AnyTagClassName
 {
   color: #30B98F;
 }
</style>

background-color css

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

 a { background-color: rgb(48,185,143); }

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

border-color css

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

 span { border-color: rgb(48,185,143); }

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