Html Css Color HEX #30A47A Jungle Green

📋 copy color: '#30A47A'

red 48 ◦ green 164 ◦ blue 122

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

Shades of Jungle Green #30A47A

Tints of Jungle Green #30A47A

RGB

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

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

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

R = 14.37%
G = 49.1%
B = 36.53%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#30A47A (or 0x30A47A) is known color: Jungle Green. HEX triplet: 30, A4 and 7A. RGB value is (48,164,122). Sum of RGB (Red+Green+Blue) = 48+164+122=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #30A47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A47A is #CF5B85. Grayscale: #7C7C7C. Windows color (decimal): -13589382 or 8037424. OLE color: 8037424.

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

Color convert

RGB 48 164 122 -
CMYK 0.71 0 0.26 0.36
HSL 158.28º 0.55% 0.42% -
HSV(B) 158.28º 0.71% 0.64% -
XYZ 18.01 28.58 22.98 -
YUV 124.53 126.57 73.42 -
System Red Green Blue C M Y K H S L
Decimal 48 164 122 0.71 0 0.26 0.36 158.28 0.55 0.42
Hex 30 A4 7A 47 0 1A 24 9E 37 2A
Octal 60 244 172 107 0 32 44 236 67 52
Binary 110000 10100100 1111010 1000111 0 11010 100100 10011110 110111 101010

Color Harmonies of #30A47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A47A

Black with #30A47A

Text Example


Text Example

White with #30A47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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