Html Css Color HEX #30A02E Forest Green

📋 copy color: '#30A02E'

red 48 ◦ green 160 ◦ blue 46

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

Shades of Forest Green #30A02E

Tints of Forest Green #30A02E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 62.99%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 18.9%
G = 62.99%
B = 18.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#30A02E (or 0x30A02E) is known color: Forest Green. HEX triplet: 30, A0 and 2E. RGB value is (48,160,46). Sum of RGB (Red+Green+Blue) = 48+160+46=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #30A02E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A02E is #CF5FD1. Grayscale: #717171. Windows color (decimal): -13590482 or 3055664. OLE color: 3055664.

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

Color convert

RGB 48 160 46 -
CMYK 0.70 0 0.71 0.37
HSL 118.95º 0.55% 0.4% -
HSV(B) 118.95º 0.71% 0.63% -
XYZ 14.28 25.97 6.84 -
YUV 113.52 89.89 81.27 -
System Red Green Blue C M Y K H S L
Decimal 48 160 46 0.70 0 0.71 0.37 118.95 0.55 0.4
Hex 30 A0 2E 46 0 47 25 77 37 28
Octal 60 240 56 106 0 107 45 167 67 50
Binary 110000 10100000 101110 1000110 0 1000111 100101 1110111 110111 101000

Color Harmonies of #30A02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A02E

Black with #30A02E

Text Example


Text Example

White with #30A02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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