Html Css Color HEX #30B786 Jungle Green

📋 copy color: '#30B786'

red 48 ◦ green 183 ◦ blue 134

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

Shades of Jungle Green #30B786

Tints of Jungle Green #30B786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.14%

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 13.15%
G = 50.14%
B = 36.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#30B786 (or 0x30B786) is known color: Jungle Green. HEX triplet: 30, B7 and 86. RGB value is (48,183,134). Sum of RGB (Red+Green+Blue) = 48+183+134=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #30B786 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B786 is #CF4879. Grayscale: #898989. Windows color (decimal): -13584506 or 8828720. OLE color: 8828720.

HSL color Cylindrical-coordinate representation of color #30B786: hue angle of 158.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B786 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 183 134 -
CMYK 0.74 0 0.27 0.28
HSL 158.22º 0.58% 0.45% -
HSV(B) 158.22º 0.74% 0.72% -
XYZ 22.46 36.22 28.36 -
YUV 137.05 126.27 64.48 -
System Red Green Blue C M Y K H S L
Decimal 48 183 134 0.74 0 0.27 0.28 158.22 0.58 0.45
Hex 30 B7 86 4A 0 1B 1C 9E 3A 2D
Octal 60 267 206 112 0 33 34 236 72 55
Binary 110000 10110111 10000110 1001010 0 11011 11100 10011110 111010 101101

Color Harmonies of #30B786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B786

Black with #30B786

Text Example


Text Example

White with #30B786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,183,134); }

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

background-color css

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

 a { background-color: rgb(48,183,134); }

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

border-color css

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

 span { border-color: rgb(48,183,134); }

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