Html Css Color HEX #30AC84 Jungle Green

📋 copy color: '#30AC84'

red 48 ◦ green 172 ◦ blue 132

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

Shades of Jungle Green #30AC84

Tints of Jungle Green #30AC84

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.86%

 BLUE value IS 132 (51.95% from 255) = 37.5%

R = 13.64%
G = 48.86%
B = 37.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#30AC84 (or 0x30AC84) is known color: Jungle Green. HEX triplet: 30, AC and 84. RGB value is (48,172,132). Sum of RGB (Red+Green+Blue) = 48+172+132=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AC84 is #CF537B. Grayscale: #828282. Windows color (decimal): -13587324 or 8694832. OLE color: 8694832.

HSL color Cylindrical-coordinate representation of color #30AC84: hue angle of 160.65º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AC84 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 172 132 -
CMYK 0.72 0 0.23 0.33
HSL 160.65º 0.56% 0.43% -
HSV(B) 160.65º 0.72% 0.67% -
XYZ 20.14 31.8 26.91 -
YUV 130.36 128.92 69.25 -
System Red Green Blue C M Y K H S L
Decimal 48 172 132 0.72 0 0.23 0.33 160.65 0.56 0.43
Hex 30 AC 84 48 0 17 21 A1 38 2B
Octal 60 254 204 110 0 27 41 241 70 53
Binary 110000 10101100 10000100 1001000 0 10111 100001 10100001 111000 101011

Color Harmonies of #30AC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC84

Black with #30AC84

Text Example


Text Example

White with #30AC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,172,132); }

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

background-color css

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

 a { background-color: rgb(48,172,132); }

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

border-color css

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

 span { border-color: rgb(48,172,132); }

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