Html Css Color HEX #30A578 Jungle Green

📋 copy color: '#30A578'

red 48 ◦ green 165 ◦ blue 120

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

Shades of Jungle Green #30A578

Tints of Jungle Green #30A578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.04%

R = 14.41%
G = 49.55%
B = 36.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#30A578 (or 0x30A578) is known color: Jungle Green. HEX triplet: 30, A5 and 78. RGB value is (48,165,120). Sum of RGB (Red+Green+Blue) = 48+165+120=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #30A578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A578 is #CF5A87. Grayscale: #7C7C7C. Windows color (decimal): -13589128 or 7906608. OLE color: 7906608.

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

Color convert

RGB 48 165 120 -
CMYK 0.71 0 0.27 0.35
HSL 156.92º 0.55% 0.42% -
HSV(B) 156.92º 0.71% 0.65% -
XYZ 18.06 28.89 22.39 -
YUV 124.89 125.24 73.16 -
System Red Green Blue C M Y K H S L
Decimal 48 165 120 0.71 0 0.27 0.35 156.92 0.55 0.42
Hex 30 A5 78 47 0 1B 23 9D 37 2A
Octal 60 245 170 107 0 33 43 235 67 52
Binary 110000 10100101 1111000 1000111 0 11011 100011 10011101 110111 101010

Color Harmonies of #30A578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A578

Black with #30A578

Text Example


Text Example

White with #30A578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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