Html Css Color HEX #30A682 Jungle Green

📋 copy color: '#30A682'

red 48 ◦ green 166 ◦ blue 130

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

Shades of Jungle Green #30A682

Tints of Jungle Green #30A682

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.26%

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 13.95%
G = 48.26%
B = 37.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#30A682 (or 0x30A682) is known color: Jungle Green. HEX triplet: 30, A6 and 82. RGB value is (48,166,130). Sum of RGB (Red+Green+Blue) = 48+166+130=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #30A682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A682 is #CF597D. Grayscale: #7E7E7E. Windows color (decimal): -13588862 or 8562224. OLE color: 8562224.

HSL color Cylindrical-coordinate representation of color #30A682: hue angle of 161.69º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A682 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 166 130 -
CMYK 0.71 0 0.22 0.35
HSL 161.69º 0.55% 0.42% -
HSV(B) 161.69º 0.71% 0.65% -
XYZ 18.88 29.51 25.82 -
YUV 126.61 129.91 71.93 -
System Red Green Blue C M Y K H S L
Decimal 48 166 130 0.71 0 0.22 0.35 161.69 0.55 0.42
Hex 30 A6 82 47 0 16 23 A2 37 2A
Octal 60 246 202 107 0 26 43 242 67 52
Binary 110000 10100110 10000010 1000111 0 10110 100011 10100010 110111 101010

Color Harmonies of #30A682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A682

Black with #30A682

Text Example


Text Example

White with #30A682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,166,130); }

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

background-color css

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

 a { background-color: rgb(48,166,130); }

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

border-color css

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

 span { border-color: rgb(48,166,130); }

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