Html Css Color HEX #30B080 Jungle Green

📋 copy color: '#30B080'

red 48 ◦ green 176 ◦ blue 128

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

Shades of Jungle Green #30B080

Tints of Jungle Green #30B080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50%

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

R = 13.64%
G = 50%
B = 36.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#30B080 (or 0x30B080) is known color: Jungle Green. HEX triplet: 30, B0 and 80. RGB value is (48,176,128). Sum of RGB (Red+Green+Blue) = 48+176+128=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #30B080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B080 is #CF4F7F. Grayscale: #848484. Windows color (decimal): -13586304 or 8433712. OLE color: 8433712.

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

Color convert

RGB 48 176 128 -
CMYK 0.73 0 0.27 0.31
HSL 157.5º 0.57% 0.44% -
HSV(B) 157.5º 0.73% 0.69% -
XYZ 20.64 33.24 25.75 -
YUV 132.26 125.59 67.9 -
System Red Green Blue C M Y K H S L
Decimal 48 176 128 0.73 0 0.27 0.31 157.5 0.57 0.44
Hex 30 B0 80 49 0 1B 1F 9E 39 2C
Octal 60 260 200 111 0 33 37 236 71 54
Binary 110000 10110000 10000000 1001001 0 11011 11111 10011110 111001 101100

Color Harmonies of #30B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B080

Black with #30B080

Text Example


Text Example

White with #30B080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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