Html Css Color HEX #30B28B Jungle Green

📋 copy color: '#30B28B'

red 48 ◦ green 178 ◦ blue 139

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

Shades of Jungle Green #30B28B

Tints of Jungle Green #30B28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 13.15%
G = 48.77%
B = 38.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#30B28B (or 0x30B28B) is known color: Jungle Green. HEX triplet: 30, B2 and 8B. RGB value is (48,178,139). Sum of RGB (Red+Green+Blue) = 48+178+139=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #30B28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B28B is #CF4D74. Grayscale: #868686. Windows color (decimal): -13585781 or 9155120. OLE color: 9155120.

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

Color convert

RGB 48 178 139 -
CMYK 0.73 0 0.22 0.30
HSL 162º 0.58% 0.44% -
HSV(B) 162º 0.73% 0.7% -
XYZ 21.8 34.33 29.9 -
YUV 134.68 130.43 66.17 -
System Red Green Blue C M Y K H S L
Decimal 48 178 139 0.73 0 0.22 0.30 162 0.58 0.44
Hex 30 B2 8B 49 0 16 1E A2 3A 2C
Octal 60 262 213 111 0 26 36 242 72 54
Binary 110000 10110010 10001011 1001001 0 10110 11110 10100010 111010 101100

Color Harmonies of #30B28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B28B

Black with #30B28B

Text Example


Text Example

White with #30B28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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