#30A01A

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

Shades of Forest Green #30A01A

Tints of Forest Green #30A01A

Color information

#30A01A (or 0x30A01A) is unknown color: approx Forest Green. HEX triplet: 30, A0 and 1A. RGB value is (48,160,26). Sum of RGB (Red+Green+Blue) = 48+160+26=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 160 (62.89% from 255 or 68.38% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 160 - color contains mainly: green. Hex color #30A01A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A01A is #CF5FE5. Grayscale: #6F6F6F. Windows color (decimal): -13590502 or 1744944. OLE color: 1744944.

HSL color Cylindrical-coordinate representation of color #30A01A: hue angle of 110.15º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30A01A is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB4816026-
CMYK0.7000.840.37
HSL110.15º72.04%36.47%-
HSV(B)110.15º83.75%62.75%-
XYZ13.9825.845.23-
YUV111.2479.8982.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 160 (62.89% from 255) = 68.38%
BLUE value IS 26 (10.55% from 255) = 11.11%
R=20.51%
G=68.38%
B=11.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal48160260.7000.840.37110.1572.0436.47
Hex30A01A46054256e4824
Octal602403210601244515611044
Binary110000101000001101010001100101010010010111011101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,160,26); }

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

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

 a { background-color: rgb(48,160,26); }

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

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

 span { border-color: rgb(48,160,26); }

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