Html Css Color HEX #30B287 Jungle Green

📋 copy color: '#30B287'

red 48 ◦ green 178 ◦ blue 135

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

Shades of Jungle Green #30B287

Tints of Jungle Green #30B287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.4%

R = 13.3%
G = 49.31%
B = 37.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#30B287 (or 0x30B287) is known color: Jungle Green. HEX triplet: 30, B2 and 87. RGB value is (48,178,135). Sum of RGB (Red+Green+Blue) = 48+178+135=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #30B287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B287 is #CF4D78. Grayscale: #868686. Windows color (decimal): -13585785 or 8892976. OLE color: 8892976.

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

Color convert

RGB 48 178 135 -
CMYK 0.73 0 0.24 0.30
HSL 160.15º 0.58% 0.44% -
HSV(B) 160.15º 0.73% 0.7% -
XYZ 21.51 34.22 28.39 -
YUV 134.23 128.43 66.5 -
System Red Green Blue C M Y K H S L
Decimal 48 178 135 0.73 0 0.24 0.30 160.15 0.58 0.44
Hex 30 B2 87 49 0 18 1E A0 3A 2C
Octal 60 262 207 111 0 30 36 240 72 54
Binary 110000 10110010 10000111 1001001 0 11000 11110 10100000 111010 101100

Color Harmonies of #30B287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B287

Black with #30B287

Text Example


Text Example

White with #30B287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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