Html Css Color HEX #30A57A Jungle Green

📋 copy color: '#30A57A'

red 48 ◦ green 165 ◦ blue 122

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

Shades of Jungle Green #30A57A

Tints of Jungle Green #30A57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 14.33%
G = 49.25%
B = 36.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#30A57A (or 0x30A57A) is known color: Jungle Green. HEX triplet: 30, A5 and 7A. RGB value is (48,165,122). Sum of RGB (Red+Green+Blue) = 48+165+122=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 165 - color contains mainly: green. Hex color #30A57A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A57A is #CF5A85. Grayscale: #7D7D7D. Windows color (decimal): -13589126 or 8037680. OLE color: 8037680.

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

Color convert

RGB 48 165 122 -
CMYK 0.71 0 0.26 0.35
HSL 157.95º 0.55% 0.42% -
HSV(B) 157.95º 0.71% 0.65% -
XYZ 18.19 28.94 23.04 -
YUV 125.12 126.24 73 -
System Red Green Blue C M Y K H S L
Decimal 48 165 122 0.71 0 0.26 0.35 157.95 0.55 0.42
Hex 30 A5 7A 47 0 1A 23 9E 37 2A
Octal 60 245 172 107 0 32 43 236 67 52
Binary 110000 10100101 1111010 1000111 0 11010 100011 10011110 110111 101010

Color Harmonies of #30A57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A57A

Black with #30A57A

Text Example


Text Example

White with #30A57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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