Html Css Color HEX #30AF85 Jungle Green

📋 copy color: '#30AF85'

red 48 ◦ green 175 ◦ blue 133

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

Shades of Jungle Green #30AF85

Tints of Jungle Green #30AF85

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.16%

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 13.48%
G = 49.16%
B = 37.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#30AF85 (or 0x30AF85) is known color: Jungle Green. HEX triplet: 30, AF and 85. RGB value is (48,175,133). Sum of RGB (Red+Green+Blue) = 48+175+133=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AF85 is #CF507A. Grayscale: #848484. Windows color (decimal): -13586555 or 8761136. OLE color: 8761136.

HSL color Cylindrical-coordinate representation of color #30AF85: hue angle of 160.16º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AF85 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 175 133 -
CMYK 0.73 0 0.24 0.31
HSL 160.16º 0.57% 0.44% -
HSV(B) 160.16º 0.73% 0.69% -
XYZ 20.78 32.98 27.46 -
YUV 132.24 128.42 67.92 -
System Red Green Blue C M Y K H S L
Decimal 48 175 133 0.73 0 0.24 0.31 160.16 0.57 0.44
Hex 30 AF 85 49 0 18 1F A0 39 2C
Octal 60 257 205 111 0 30 37 240 71 54
Binary 110000 10101111 10000101 1001001 0 11000 11111 10100000 111001 101100

Color Harmonies of #30AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AF85

Black with #30AF85

Text Example


Text Example

White with #30AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,175,133); }

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

background-color css

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

 a { background-color: rgb(48,175,133); }

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

border-color css

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

 span { border-color: rgb(48,175,133); }

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