Html Css Color HEX #30A57D Jungle Green

📋 copy color: '#30A57D'

red 48 ◦ green 165 ◦ blue 125

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

Shades of Jungle Green #30A57D

Tints of Jungle Green #30A57D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.82%

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 14.2%
G = 48.82%
B = 36.98%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#30A57D (or 0x30A57D) is known color: Jungle Green. HEX triplet: 30, A5 and 7D. RGB value is (48,165,125). Sum of RGB (Red+Green+Blue) = 48+165+125=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #30A57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A57D is #CF5A82. Grayscale: #7D7D7D. Windows color (decimal): -13589123 or 8234288. OLE color: 8234288.

HSL color Cylindrical-coordinate representation of color #30A57D: hue angle of 159.49º 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 #30A57D is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 165 125 -
CMYK 0.71 0 0.24 0.35
HSL 159.49º 0.55% 0.42% -
HSV(B) 159.49º 0.71% 0.65% -
XYZ 18.38 29.02 24.03 -
YUV 125.46 127.74 72.75 -
System Red Green Blue C M Y K H S L
Decimal 48 165 125 0.71 0 0.24 0.35 159.49 0.55 0.42
Hex 30 A5 7D 47 0 18 23 9F 37 2A
Octal 60 245 175 107 0 30 43 237 67 52
Binary 110000 10100101 1111101 1000111 0 11000 100011 10011111 110111 101010

Color Harmonies of #30A57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A57D

Black with #30A57D

Text Example


Text Example

White with #30A57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,165,125); }

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

background-color css

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

 a { background-color: rgb(48,165,125); }

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

border-color css

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

 span { border-color: rgb(48,165,125); }

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