Html Css Color HEX #30B180 Jungle Green

📋 copy color: '#30B180'

red 48 ◦ green 177 ◦ blue 128

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

Shades of Jungle Green #30B180

Tints of Jungle Green #30B180

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.14%

 BLUE value IS 128 (50.39% from 255) = 36.26%

R = 13.6%
G = 50.14%
B = 36.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#30B180 (or 0x30B180) is known color: Jungle Green. HEX triplet: 30, B1 and 80. RGB value is (48,177,128). Sum of RGB (Red+Green+Blue) = 48+177+128=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #30B180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B180 is #CF4E7F. Grayscale: #848484. Windows color (decimal): -13586048 or 8433968. OLE color: 8433968.

HSL color Cylindrical-coordinate representation of color #30B180: hue angle of 157.21º 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 #30B180 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 177 128 -
CMYK 0.73 0 0.28 0.31
HSL 157.21º 0.57% 0.44% -
HSV(B) 157.21º 0.73% 0.69% -
XYZ 20.84 33.63 25.82 -
YUV 132.84 125.26 67.48 -
System Red Green Blue C M Y K H S L
Decimal 48 177 128 0.73 0 0.28 0.31 157.21 0.57 0.44
Hex 30 B1 80 49 0 1C 1F 9D 39 2C
Octal 60 261 200 111 0 34 37 235 71 54
Binary 110000 10110001 10000000 1001001 0 11100 11111 10011101 111001 101100

Color Harmonies of #30B180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B180

Black with #30B180

Text Example


Text Example

White with #30B180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,177,128); }

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

background-color css

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

 a { background-color: rgb(48,177,128); }

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

border-color css

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

 span { border-color: rgb(48,177,128); }

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