Html Css Color HEX #30B289 Jungle Green

📋 copy color: '#30B289'

red 48 ◦ green 178 ◦ blue 137

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

Shades of Jungle Green #30B289

Tints of Jungle Green #30B289

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.04%

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 13.22%
G = 49.04%
B = 37.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#30B289 (or 0x30B289) is known color: Jungle Green. HEX triplet: 30, B2 and 89. RGB value is (48,178,137). Sum of RGB (Red+Green+Blue) = 48+178+137=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #30B289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B289 is #CF4D76. Grayscale: #868686. Windows color (decimal): -13585783 or 9024048. OLE color: 9024048.

HSL color Cylindrical-coordinate representation of color #30B289: hue angle of 161.08º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B289 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 178 137 -
CMYK 0.73 0 0.23 0.30
HSL 161.08º 0.58% 0.44% -
HSV(B) 161.08º 0.73% 0.7% -
XYZ 21.65 34.28 29.14 -
YUV 134.46 129.43 66.33 -
System Red Green Blue C M Y K H S L
Decimal 48 178 137 0.73 0 0.23 0.30 161.08 0.58 0.44
Hex 30 B2 89 49 0 17 1E A1 3A 2C
Octal 60 262 211 111 0 27 36 241 72 54
Binary 110000 10110010 10001001 1001001 0 10111 11110 10100001 111010 101100

Color Harmonies of #30B289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B289

Black with #30B289

Text Example


Text Example

White with #30B289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,178,137); }

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

background-color css

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

 a { background-color: rgb(48,178,137); }

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

border-color css

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

 span { border-color: rgb(48,178,137); }

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