#30af7f

Color #30AF7F Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #30AF7F

Tints of Jungle Green #30AF7F

Color information

#30AF7F (or 0x30AF7F) is unknown color: approx Jungle Green. HEX triplet: 30, AF and 7F. RGB value is (48,175,127). Sum of RGB (Red+Green+Blue) = 48+175+127=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AF7F is #CF5080. Grayscale: #838383. Windows color (decimal): -13586561 or 8367920. OLE color: 8367920.

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

Color convert

RGB48175127-
CMYK0.7300.270.31
HSL157.32º56.95%43.73%-
HSV(B)157.32º72.57%68.63%-
XYZ20.3832.8225.34-
YUV131.56125.4268.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.71%
GREEN value IS 175 (68.75% from 255) = 50%
BLUE value IS 127 (50% from 255) = 36.29%
R=13.71%
G=50%
B=36.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481751270.7300.270.31157.3256.9543.73
Hex30AF7F4901B1F9d392c
Octal60257177111033372357154
Binary11000010101111111111110010010110111111110011101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30af7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30af7f;
 }
 .AnyTagClassName
 {
   color: #30af7f;
 }
</style>
background-color css

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

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

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

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

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

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