Html Css Color HEX #30B788 Jungle Green

📋 copy color: '#30B788'

red 48 ◦ green 183 ◦ blue 136

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

Shades of Jungle Green #30B788

Tints of Jungle Green #30B788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.06%

R = 13.08%
G = 49.86%
B = 37.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#30B788 (or 0x30B788) is known color: Jungle Green. HEX triplet: 30, B7 and 88. RGB value is (48,183,136). Sum of RGB (Red+Green+Blue) = 48+183+136=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #30B788 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B788 is #CF4877. Grayscale: #898989. Windows color (decimal): -13584504 or 8959792. OLE color: 8959792.

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

Color convert

RGB 48 183 136 -
CMYK 0.74 0 0.26 0.28
HSL 159.11º 0.58% 0.45% -
HSV(B) 159.11º 0.74% 0.72% -
XYZ 22.6 36.27 29.1 -
YUV 137.28 127.27 64.32 -
System Red Green Blue C M Y K H S L
Decimal 48 183 136 0.74 0 0.26 0.28 159.11 0.58 0.45
Hex 30 B7 88 4A 0 1A 1C 9F 3A 2D
Octal 60 267 210 112 0 32 34 237 72 55
Binary 110000 10110111 10001000 1001010 0 11010 11100 10011111 111010 101101

Color Harmonies of #30B788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B788

Black with #30B788

Text Example


Text Example

White with #30B788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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