Html Css Color HEX #30A478 Jungle Green

📋 copy color: '#30A478'

red 48 ◦ green 164 ◦ blue 120

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

Shades of Jungle Green #30A478

Tints of Jungle Green #30A478

RGB

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

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

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

R = 14.46%
G = 49.4%
B = 36.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#30A478 (or 0x30A478) is known color: Jungle Green. HEX triplet: 30, A4 and 78. RGB value is (48,164,120). Sum of RGB (Red+Green+Blue) = 48+164+120=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #30A478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A478 is #CF5B87. Grayscale: #7C7C7C. Windows color (decimal): -13589384 or 7906352. OLE color: 7906352.

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

Color convert

RGB 48 164 120 -
CMYK 0.71 0 0.27 0.36
HSL 157.24º 0.55% 0.42% -
HSV(B) 157.24º 0.71% 0.64% -
XYZ 17.88 28.54 22.33 -
YUV 124.3 125.57 73.58 -
System Red Green Blue C M Y K H S L
Decimal 48 164 120 0.71 0 0.27 0.36 157.24 0.55 0.42
Hex 30 A4 78 47 0 1B 24 9D 37 2A
Octal 60 244 170 107 0 33 44 235 67 52
Binary 110000 10100100 1111000 1000111 0 11011 100100 10011101 110111 101010

Color Harmonies of #30A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A478

Black with #30A478

Text Example


Text Example

White with #30A478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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