Html Css Color HEX #30A375 Jungle Green

📋 copy color: '#30A375'

red 48 ◦ green 163 ◦ blue 117

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

Shades of Jungle Green #30A375

Tints of Jungle Green #30A375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.7%

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

R = 14.63%
G = 49.7%
B = 35.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#30A375 (or 0x30A375) is known color: Jungle Green. HEX triplet: 30, A3 and 75. RGB value is (48,163,117). Sum of RGB (Red+Green+Blue) = 48+163+117=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #30A375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A375 is #CF5C8A. Grayscale: #7B7B7B. Windows color (decimal): -13589643 or 7709488. OLE color: 7709488.

HSL color Cylindrical-coordinate representation of color #30A375: hue angle of 156º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A375 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 163 117 -
CMYK 0.71 0 0.28 0.36
HSL 156º 0.55% 0.41% -
HSV(B) 156º 0.71% 0.64% -
XYZ 17.53 28.11 21.33 -
YUV 123.37 124.4 74.24 -
System Red Green Blue C M Y K H S L
Decimal 48 163 117 0.71 0 0.28 0.36 156 0.55 0.41
Hex 30 A3 75 47 0 1C 24 9C 37 29
Octal 60 243 165 107 0 34 44 234 67 51
Binary 110000 10100011 1110101 1000111 0 11100 100100 10011100 110111 101001

Color Harmonies of #30A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A375

Black with #30A375

Text Example


Text Example

White with #30A375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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