Html Css Color HEX #30A683 Jungle Green

📋 copy color: '#30A683'

red 48 ◦ green 166 ◦ blue 131

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

Shades of Jungle Green #30A683

Tints of Jungle Green #30A683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.97%

R = 13.91%
G = 48.12%
B = 37.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#30A683 (or 0x30A683) is known color: Jungle Green. HEX triplet: 30, A6 and 83. RGB value is (48,166,131). Sum of RGB (Red+Green+Blue) = 48+166+131=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #30A683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A683 is #CF597C. Grayscale: #7E7E7E. Windows color (decimal): -13588861 or 8627760. OLE color: 8627760.

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

Color convert

RGB 48 166 131 -
CMYK 0.71 0 0.21 0.35
HSL 162.2º 0.55% 0.42% -
HSV(B) 162.2º 0.71% 0.65% -
XYZ 18.95 29.54 26.18 -
YUV 126.73 130.41 71.85 -
System Red Green Blue C M Y K H S L
Decimal 48 166 131 0.71 0 0.21 0.35 162.2 0.55 0.42
Hex 30 A6 83 47 0 15 23 A2 37 2A
Octal 60 246 203 107 0 25 43 242 67 52
Binary 110000 10100110 10000011 1000111 0 10101 100011 10100010 110111 101010

Color Harmonies of #30A683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A683

Black with #30A683

Text Example


Text Example

White with #30A683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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