Html Css Color HEX #30B688 Jungle Green

📋 copy color: '#30B688'

red 48 ◦ green 182 ◦ blue 136

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

Shades of Jungle Green #30B688

Tints of Jungle Green #30B688

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.73%

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

R = 13.11%
G = 49.73%
B = 37.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#30B688 (or 0x30B688) is known color: Jungle Green. HEX triplet: 30, B6 and 88. RGB value is (48,182,136). Sum of RGB (Red+Green+Blue) = 48+182+136=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #30B688 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B688 is #CF4977. Grayscale: #888888. Windows color (decimal): -13584760 or 8959536. OLE color: 8959536.

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

Color convert

RGB 48 182 136 -
CMYK 0.74 0 0.25 0.29
HSL 159.4º 0.58% 0.45% -
HSV(B) 159.4º 0.74% 0.71% -
XYZ 22.39 35.86 29.03 -
YUV 136.69 127.61 64.74 -
System Red Green Blue C M Y K H S L
Decimal 48 182 136 0.74 0 0.25 0.29 159.4 0.58 0.45
Hex 30 B6 88 4A 0 19 1D 9F 3A 2D
Octal 60 266 210 112 0 31 35 237 72 55
Binary 110000 10110110 10001000 1001010 0 11001 11101 10011111 111010 101101

Color Harmonies of #30B688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B688

Black with #30B688

Text Example


Text Example

White with #30B688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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