Html Css Color HEX #30A678 Jungle Green

📋 copy color: '#30A678'

red 48 ◦ green 166 ◦ blue 120

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

Shades of Jungle Green #30A678

Tints of Jungle Green #30A678

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.7%

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

R = 14.37%
G = 49.7%
B = 35.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#30A678 (or 0x30A678) is known color: Jungle Green. HEX triplet: 30, A6 and 78. RGB value is (48,166,120). Sum of RGB (Red+Green+Blue) = 48+166+120=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #30A678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A678 is #CF5987. Grayscale: #7D7D7D. Windows color (decimal): -13588872 or 7906864. OLE color: 7906864.

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

Color convert

RGB 48 166 120 -
CMYK 0.71 0 0.28 0.35
HSL 156.61º 0.55% 0.42% -
HSV(B) 156.61º 0.71% 0.65% -
XYZ 18.25 29.26 22.45 -
YUV 125.47 124.91 72.74 -
System Red Green Blue C M Y K H S L
Decimal 48 166 120 0.71 0 0.28 0.35 156.61 0.55 0.42
Hex 30 A6 78 47 0 1C 23 9D 37 2A
Octal 60 246 170 107 0 34 43 235 67 52
Binary 110000 10100110 1111000 1000111 0 11100 100011 10011101 110111 101010

Color Harmonies of #30A678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A678

Black with #30A678

Text Example


Text Example

White with #30A678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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