Html Css Color HEX #30A57E Jungle Green

📋 copy color: '#30A57E'

red 48 ◦ green 165 ◦ blue 126

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

Shades of Jungle Green #30A57E

Tints of Jungle Green #30A57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.17%

R = 14.16%
G = 48.67%
B = 37.17%

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

#30A57E (or 0x30A57E) is known color: Jungle Green. HEX triplet: 30, A5 and 7E. RGB value is (48,165,126). Sum of RGB (Red+Green+Blue) = 48+165+126=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #30A57E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A57E is #CF5A81. Grayscale: #7D7D7D. Windows color (decimal): -13589122 or 8299824. OLE color: 8299824.

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

Color convert

RGB 48 165 126 -
CMYK 0.71 0 0.24 0.35
HSL 160º 0.55% 0.42% -
HSV(B) 160º 0.71% 0.65% -
XYZ 18.44 29.05 24.37 -
YUV 125.57 128.24 72.67 -
System Red Green Blue C M Y K H S L
Decimal 48 165 126 0.71 0 0.24 0.35 160 0.55 0.42
Hex 30 A5 7E 47 0 18 23 A0 37 2A
Octal 60 245 176 107 0 30 43 240 67 52
Binary 110000 10100101 1111110 1000111 0 11000 100011 10100000 110111 101010

Color Harmonies of #30A57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A57E

Black with #30A57E

Text Example


Text Example

White with #30A57E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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