Html Css Color HEX #30A475 Jungle Green

📋 copy color: '#30A475'

red 48 ◦ green 164 ◦ blue 117

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

Shades of Jungle Green #30A475

Tints of Jungle Green #30A475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 14.59%
G = 49.85%
B = 35.56%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#30A475 (or 0x30A475) is known color: Jungle Green. HEX triplet: 30, A4 and 75. RGB value is (48,164,117). Sum of RGB (Red+Green+Blue) = 48+164+117=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #30A475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A475 is #CF5B8A. Grayscale: #7C7C7C. Windows color (decimal): -13589387 or 7709744. OLE color: 7709744.

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

Color convert

RGB 48 164 117 -
CMYK 0.71 0 0.29 0.36
HSL 155.69º 0.55% 0.42% -
HSV(B) 155.69º 0.71% 0.64% -
XYZ 17.71 28.46 21.39 -
YUV 123.96 124.07 73.82 -
System Red Green Blue C M Y K H S L
Decimal 48 164 117 0.71 0 0.29 0.36 155.69 0.55 0.42
Hex 30 A4 75 47 0 1D 24 9C 37 2A
Octal 60 244 165 107 0 35 44 234 67 52
Binary 110000 10100100 1110101 1000111 0 11101 100100 10011100 110111 101010

Color Harmonies of #30A475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A475

Black with #30A475

Text Example


Text Example

White with #30A475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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