Html Css Color HEX #30AC83 Jungle Green

📋 copy color: '#30AC83'

red 48 ◦ green 172 ◦ blue 131

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

Shades of Jungle Green #30AC83

Tints of Jungle Green #30AC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49%

 BLUE value IS 131 (51.56% from 255) = 37.32%

R = 13.68%
G = 49%
B = 37.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#30AC83 (or 0x30AC83) is known color: Jungle Green. HEX triplet: 30, AC and 83. RGB value is (48,172,131). Sum of RGB (Red+Green+Blue) = 48+172+131=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AC83 is #CF537C. Grayscale: #828282. Windows color (decimal): -13587325 or 8629296. OLE color: 8629296.

HSL color Cylindrical-coordinate representation of color #30AC83: hue angle of 160.16º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AC83 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 172 131 -
CMYK 0.72 0 0.24 0.33
HSL 160.16º 0.56% 0.43% -
HSV(B) 160.16º 0.72% 0.67% -
XYZ 20.07 31.77 26.55 -
YUV 130.25 128.42 69.33 -
System Red Green Blue C M Y K H S L
Decimal 48 172 131 0.72 0 0.24 0.33 160.16 0.56 0.43
Hex 30 AC 83 48 0 18 21 A0 38 2B
Octal 60 254 203 110 0 30 41 240 70 53
Binary 110000 10101100 10000011 1001000 0 11000 100001 10100000 111000 101011

Color Harmonies of #30AC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC83

Black with #30AC83

Text Example


Text Example

White with #30AC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,172,131); }

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

background-color css

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

 a { background-color: rgb(48,172,131); }

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

border-color css

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

 span { border-color: rgb(48,172,131); }

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