#30AF8A

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

Shades of Jungle Green #30AF8A

Tints of Jungle Green #30AF8A

Color information

#30AF8A (or 0x30AF8A) is unknown color: approx Jungle Green. HEX triplet: 30, AF and 8A. RGB value is (48,175,138). Sum of RGB (Red+Green+Blue) = 48+175+138=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AF8A is #CF5075. Grayscale: #848484. Windows color (decimal): -13586550 or 9088816. OLE color: 9088816.

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

Color convert

RGB48175138-
CMYK0.7300.210.31
HSL162.52º56.95%43.73%-
HSV(B)162.52º72.57%68.63%-
XYZ21.1433.1229.32-
YUV132.81130.9267.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.30%
GREEN value IS 175 (68.75% from 255) = 48.48%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=13.30%
G=48.48%
B=38.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481751380.7300.210.31162.5256.9543.73
Hex30AF8A490151Fa3392c
Octal60257212111025372437154
Binary110000101011111000101010010010101011111110100011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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