Html Css Color HEX #30B28C Jungle Green

📋 copy color: '#30B28C'

red 48 ◦ green 178 ◦ blue 140

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

Shades of Jungle Green #30B28C

Tints of Jungle Green #30B28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 13.11%
G = 48.63%
B = 38.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#30B28C (or 0x30B28C) is known color: Jungle Green. HEX triplet: 30, B2 and 8C. RGB value is (48,178,140). Sum of RGB (Red+Green+Blue) = 48+178+140=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #30B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B28C is #CF4D73. Grayscale: #868686. Windows color (decimal): -13585780 or 9220656. OLE color: 9220656.

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

Color convert

RGB 48 178 140 -
CMYK 0.73 0 0.21 0.30
HSL 162.46º 0.58% 0.44% -
HSV(B) 162.46º 0.73% 0.7% -
XYZ 21.87 34.36 30.29 -
YUV 134.8 130.93 66.09 -
System Red Green Blue C M Y K H S L
Decimal 48 178 140 0.73 0 0.21 0.30 162.46 0.58 0.44
Hex 30 B2 8C 49 0 15 1E A2 3A 2C
Octal 60 262 214 111 0 25 36 242 72 54
Binary 110000 10110010 10001100 1001001 0 10101 11110 10100010 111010 101100

Color Harmonies of #30B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B28C

Black with #30B28C

Text Example


Text Example

White with #30B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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