Html Css Color HEX #30AD7A Jungle Green

📋 copy color: '#30AD7A'

red 48 ◦ green 173 ◦ blue 122

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

Shades of Jungle Green #30AD7A

Tints of Jungle Green #30AD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.44%

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

R = 13.99%
G = 50.44%
B = 35.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#30AD7A (or 0x30AD7A) is known color: Jungle Green. HEX triplet: 30, AD and 7A. RGB value is (48,173,122). Sum of RGB (Red+Green+Blue) = 48+173+122=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AD7A is #CF5285. Grayscale: #818181. Windows color (decimal): -13587078 or 8039728. OLE color: 8039728.

HSL color Cylindrical-coordinate representation of color #30AD7A: hue angle of 155.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AD7A is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 173 122 -
CMYK 0.72 0 0.29 0.32
HSL 155.52º 0.57% 0.43% -
HSV(B) 155.52º 0.72% 0.68% -
XYZ 19.68 31.92 23.54 -
YUV 129.81 123.59 69.65 -
System Red Green Blue C M Y K H S L
Decimal 48 173 122 0.72 0 0.29 0.32 155.52 0.57 0.43
Hex 30 AD 7A 48 0 1D 20 9C 39 2B
Octal 60 255 172 110 0 35 40 234 71 53
Binary 110000 10101101 1111010 1001000 0 11101 100000 10011100 111001 101011

Color Harmonies of #30AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AD7A

Black with #30AD7A

Text Example


Text Example

White with #30AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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