Html Css Color HEX #30A483 Jungle Green

📋 copy color: '#30A483'

red 48 ◦ green 164 ◦ blue 131

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

Shades of Jungle Green #30A483

Tints of Jungle Green #30A483

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.81%

 BLUE value IS 131 (51.56% from 255) = 38.19%

R = 13.99%
G = 47.81%
B = 38.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#30A483 (or 0x30A483) is known color: Jungle Green. HEX triplet: 30, A4 and 83. RGB value is (48,164,131). Sum of RGB (Red+Green+Blue) = 48+164+131=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #30A483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A483 is #CF5B7C. Grayscale: #7D7D7D. Windows color (decimal): -13589373 or 8627248. OLE color: 8627248.

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

Color convert

RGB 48 164 131 -
CMYK 0.71 0 0.20 0.36
HSL 162.93º 0.55% 0.42% -
HSV(B) 162.93º 0.71% 0.64% -
XYZ 18.59 28.82 26.06 -
YUV 125.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 48 164 131 0.71 0 0.20 0.36 162.93 0.55 0.42
Hex 30 A4 83 47 0 14 24 A3 37 2A
Octal 60 244 203 107 0 24 44 243 67 52
Binary 110000 10100100 10000011 1000111 0 10100 100100 10100011 110111 101010

Color Harmonies of #30A483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A483

Black with #30A483

Text Example


Text Example

White with #30A483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,164,131); }

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

background-color css

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

 a { background-color: rgb(48,164,131); }

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

border-color css

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

 span { border-color: rgb(48,164,131); }

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